Hello n8n community,
I’m setting up an automation with a Tally form connected to n8n via webhook. The webhook is working correctly and I’m receiving the data in n8n, but I’m facing an issue with multiple choice fields.
Instead of receiving the actual text values from the multiple choice selections, I’m only getting option IDs. For example, instead of getting “Option A”, I receive something like “id_xxxxxxx”.
Has anyone encountered this issue before? What would be the best way to retrieve the textual values rather than the option IDs?
I’d appreciate any guidance on the most efficient way to handle this conversion within n8n.
Thank you in advance for your help!
