Share feedback, ideas and get community help

Updated 3 months ago

Webhook set variable

Hi, I use webhook response for list item and I would like to set the variable to be a list item instead of the last item. Can I do it that way?
Attachment
question.png
B
S
A
7 comments
You should be able to extract, for example the list of subjects with that data input:

data.flatMap(item => item.subject)

When clicking on the Data field, you should have a dropdown that should help you selecting the right formula
I see. But I would like to get all items inΒ  array and set the variable, not only one item.
You can set multiple variables!

Subjects, IDs, Priorities
That's the way Typebot have been designed
Variables can be strings or list of strings
Check this video by nefer Lopez, it helped me a lot https://youtu.be/H7zJpLjFrUE?si=35-qeLSYewzniB9X
I try to add properties to the response api. It worked for me. Thanks you @Baptiste @Apploader 😁
Attachment
image.png
Add a reply
Sign up and join the conversation on Discord