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?