I have a workflow that has a Gist > Fetch Contact action, by using their Email.
Sometimes the Contact exists in my Gist CRM, sometimes not.
If they exist, I then need to check for a specific contact property before continuing my flow.
My issue is:
[1] If they exist I can check for the property "Membership":
[2] If they don't exist I only get error messages in the response:
Either way, the Label:Value fields for the Response are completely different, which then breaks the rest of my workflow, which relies on knowing whether they already exist or not.
How can I configure my flow so that it will take into account either response, and act accordingly?
Sometimes the Contact exists in my Gist CRM, sometimes not.
If they exist, I then need to check for a specific contact property before continuing my flow.
My issue is:
[1] If they exist I can check for the property "Membership":
[2] If they don't exist I only get error messages in the response:
Either way, the Label:Value fields for the Response are completely different, which then breaks the rest of my workflow, which relies on knowing whether they already exist or not.
How can I configure my flow so that it will take into account either response, and act accordingly?