Tally form submission problem
Status: Open · Asked by Cara Clyne on · 0 views
Pabbly → Flodesk: Multi-choice field sends all options instead of the selected one (can’t tag correctly)
Hi team I’m using Pabbly Connect to send a Tally submission into Flodesk so I can save the subscriber and apply a segment/tag based on a multiple-choice answer.
Problem:
In the Pabbly form submission payload, the multiple-choice field is not coming through as the single selected value. Instead, it’s coming through as every possible option (the entire list), so I can’t reliably map the chosen answer and apply the correct Flodesk tag.
Hello,
Thank you for reporting this. We checked the webhook response coming from Tally, and we can confirm that Tally is sending only the selected option, but it sends it in the form of an option ID, not the option text.
What Tally sends in the webhook
For every Multiple-Choice field, Tally provides:
- value → this contains only the ID of the selected option
- options → this contains the full list of all options (with ID + text)
So the selected answer is inside the webhook, but we need to match the selected ID with the correct text label.

To help you correctly extract the selected option, we need to review the webhook structure from your account.
Could you please recapture the Tally webhook response using “Advanced Format” in Pabbly Connect?

This will give us the complete structured payload, and we can guide you exactly how to extract the chosen option text for tagging inside Flodesk.