Question

How to format JotForm configurable list data in Zapier confirmation email?

  • 17 March 2024
  • 1 reply
  • 18 views

So I'm brand new to Zapier and I'm hoping you guys can help me find a Formatter (or Code?) solution for a Jotform field.

It comes from a "configurable list" widget that returns both a drop down selection and an associated quantity for each line item, e.g. I would like to order 2 of "device 1" and 3 of "device 2". A form user can add additional line items to order additional device types. In the example above Zapier receives the following for this field:

[{"Device":"ARC1000","Quantity":"2"},{"Device":"ARC3250","Quantity":"3"}]

I would like to extract these values and format them for better readability in a confirmation email, something like:

Device Type: ARC1000
Quantity: 2

Device Type: ARC3250
Quantity: 3

Is this something that the formatter can accomplish?


1 reply

Userlevel 7
Badge +14

Hi @cire12 

Can you post screenshots with how your Zap steps are outlined and configured along with showing the DATA OUT that you are trying to use?

 

You may need to use a Code step: https://zapier.com/apps/code/help

Reply