Hi,
I am making a custom code action where I want to access a record of a custom object based on if it matches a certain property criteria. For example, I want a specific contact record based on whether property x is equal to some value y. I want to do this in one call to the Hubspot api rather than loop through records due to the time restriction on custom code actions.
Thanks