Formaloo dropdown data not read

Hello,
I use Formaloo and Telegram.
On Telegram, I want to display dropdown data from Formaloo, but the data is not readable.

I have replied to emails several times with LateNode support. However, the last email was not replied.

How is the progress of this case?

Thank you

1 Like

Hi! Apologies for the oversight. We will look into this as soon as possible, and I’ll get back to you with details tomorrow.

Hi
After your update, I tried creating a new scenario, but the issue persists: Latenode still can’t read the dropdown option.

Hi! Sorry for the late reply :folded_hands:
The thing is, in data you only get the IDs of the selected answers, while the actual text values are stored deeper.
You need to use rendered_data β†’ the value field contains the readable text.

You can simply check this by searching through the variables.

The answers are ordered the same way as the form fields:

  • {{1.data.row.rendered_data.[0].value}} β€” first answer
  • {{1.data.row.rendered_data.[1].value}} β€” second answer
  • {{1.data.row.rendered_data.[2].value}} β€” third answer