Using Webflow integration
Hi Team,
Zoho Flow have developed a Webflow integration, which is great. However I am struggle using the data that is sent from a Webflow form.
Simple form is a newsletter subscription with 'name' and 'email' fields.
Through flow test I get the below data sent from Webflow.
{
"site": "5e7394a92c16e84add158ac4",
"data": {
"Email": "test@gmail.com",
"FNAME": "test"
},
"d": "2020-10-07T00:42:14.242Z",
"name": "Newsletter Subscription",
"id": "3f8d0ee8745d1ca34334eab86"
}
When trying to use this data in any of the flows, the variable is ${trigger.data} but how do I use the 'email' and 'fname' fields within this variable?