Hi,
I am trying to lookup a field in Salesforce and return a specific related field. In this example I am trying to match a field “Instagram Handle” that is already stored at the account level in Salesforce, and have it return the related contact for that accounts email.
So far I am able to match the account by instagram handle using “find records” - how do I then match those record details to the related Contact Email field?
(I should mention that I know the matching can be accomplished on the Salesforce side - but I’m trying to avoid that as we have a very curated dashboard for our sales team. Also, this is part of a wider flow operations where I am trying to match accounts that have tagged our account on instagram to their CRM email so we can add them to a lead scoring program in Marketo)