Workflow: Search Records of Company "where Id is <UUID>"
I'm having a difficult time searching for a company based off it's unique identifier. In this most basic example, it returns all 12 entries from the Company object rather than just the one I'm searching for.


2 Replies
Hi, I'm reproducing it, seems like it should be a
eq comparator, not is based on behavior in API, could you please report this issue? In a meantime, please use HTTP request node as workaroundGitHub
Workflow: Search Records "where Id is <UUID>" Returns All Records ...
Bug Description When using the Search Records action within a Workflow, filtering a record by its primary Id using the "Is" operator (Where Id Is [UUID]) does not work as expected. Instea...