hi
I have a ZAP from Proposify. when a deal is won, Zapier will send an email to a specific mailbox. We then scrape that mailbox to integrate with Jira (long story - Jira Zapier integration isnt working for us)
I have a specific use case. I have customised fields in the Proposify payload. I can see them, but I cant access the data. when I add the field to the email, it returns null/nothing.
See below. This field is under ‘custom_fields’. It has ID 5 and a name of “Assumptions” , and I need to return the value of “value” field.
In my list of available fields to insert into the email, I can find “assumptions” but the value is always “No Data”
any ideas how I can access the values of the custom fields?