JotForm Multiple Items as Line Items
Status: Open · Asked by awaispk on · 0 views
Hello, I have integrated JotForm through Webhook. I am receiving JotForm data to Pabbly, that will later be sent to Xero.
My problem is that the products selected from Jot Form are coming as separate/different values and Pabbly kind of unable to take them as line items, rather as separate different items. I have already integrated Pabbly with Google Sheets and know basic integration but the items here are differently presented than how these were in Google Sheets
Hi @awaispk,
You need to disable 'Simple Response', then click on 'Re-Capture Webhook Response' and capture a new response. This will provide you with the response in the form of an array.

You can then use the 'Line Itemizer' to get comma-separated values.