Hi Friends ,
I'm working on a project where we have an online form which is filled up by our subscribers to get a communication preference settings. On that form we have 4 fields as below
1) Last name
2) Forename
3) Email ID
4) membership ID
Once the form is submitted it gets created as a lead on our CRM 365.
I would like to run a process that will trigger an email to the lead on their submitted email ID. That is the working fine, however, I would like to set an extra step to check if the submitted membership ID exists in our CRM database before sending them an email. If exists then send email, Below are the steps I have created however the process doesn't carry out a lookup in our database. Here Enquire description field is a field in the lead form where the membership ID is stored and the Customer(member/contact) is the field where we have the membership ID of our customers.
Could you guide me on where I'm doing wrong? and guide me in the right direction, please.