Azure logic app to grab the id from completed step into next one

parth Patel 1 Reputation point
2020-06-09T05:51:54.35+00:00

Hi There,
We are using Salesforce connector in Azure logic apps.
We are using a trigger when an account is modified.
Now, an account can have one or more contacts associated to it. One to many relationship
What we need is when an account is changed, the step gets the data the data has an account id.
This Account id is also reference in the table contact, what we need is to pass the account id from completed step 1 into step 2 to be utilised for getting list of contact id and other related information.
Please advise.
Regards

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,997 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Pramod Valavala 20,611 Reputation points Microsoft Employee
    2020-07-16T10:15:37.127+00:00

    This can be achieved by using the Get Records action of the Salesforce Connector with a filter query like below

    12706-image.png

    0 comments No comments