Hi all,
I running a survey with an anonymous link that is implemented on a website.
Respondents need to fill in their ID, phone number, email etc.
I've created the following response mapping workflow:
- newly created response trigger upsert object
- I'm searching if this contact exists in SFDC by phone number. If he exists I update some fields. If he does not exist I'm creating new contact and update fields.
- Then I want to retrieve the contact ID from the previous step. I know it is possible to use the WebService task to retrieve information from SFDC.
Basically, I want to retrieve the contact ID that was found/created in the previous step.
Does anyone familiar with the specific API request I need to call to get this info?
Should I make a request from the SFDC server or I can get this information from the response mapping output?
Thanks!
Hadar