Bug with dialogs

Inputs inside dialogs are not working properly, their values’ variables are not updated and I can not use it in workflows because they don’t appear. It is weird because it works in some dialogs but in others it does not.

This was the answer from support.

Hi, this is not a bug. You need to use onChange to update a variable that is meant to map all the values. It “works” with some dialogs because they are not inside a repeated list.

1 Like