I am using the Zapier Email Parser to parse out various fields from an email and then insert them as a new lead in Zoho CRM. There are certain conditions where I want to hard code a Zoho Lead field value based on what’s in the email, example:
If the email has a Lead Contractor field with “No” as the value, I want to insert the value “Driver” into a Zoho Contractor Type field, instead of the dynamic output of "No".
Else I would insert the value of “Lead Contractor” into the Zoho Contractor Type field.
How can I grab the value being generated from the email and run it through conditional logic before inserting into Zoho? I thought about using Paths but it can only be added after the last step of inserting into Zoho so it’s after the fact.
Anyone know of a good solution accomplishing this? Thanks!