Hi
Looking for a possible way to use an existing Json payload from a webform where the strucutre is different from what Zapier’s required structure is, please see below the examples:
Our web forms provided structure:
{
"Fields":"{ "key":"firstName","value":"Michael" },{"key":"lastName","value":"Scott" },{"key":"email","value":email@domain.com }]
}
Zapier required structure:
{
"name": "Example Name",
"email": “example@gmail.com”,
}
Would it be possible to convert the structure in Zapier to the required one??
Thanks!