How to reset data of a multiselect-dropdown?

Hello :slightly_smiling_face:

I have a dropdown “X” with static choices and then a few multiselect dropdowns “A,B,C”(bubble plugin) also with static choices. The multiselect dropdowns are not visible on page load - depending on what is selected in the dropdown “X”, the appropriate multiselect dropdown opens.

The problem is: if a selection is made at dropdown “X”, then one of the multiselect dropdown becomes visible and a selection is made here, but if i change my mind and select something else at dropdown “X”, the data is still saved at the previous multiselect dropdown…

I then created the workflow for dropdown “X”: “When dropdown x value is changed” and then as a further worklow “Reset group multiselect “A”, “Reset group multiselect B” and so on but it doesn’t work and the data is still in there… I think that because the multiselect dropdown from bubble is not detected as a “input field”…
Is there a solutione? Thank yout

The multi dropdown is an input form and resetting the group that contains the multiselect dropdown definitely resets this dropdown. Maybe double check if you’re resetting the correct groups? Or provide more details with some screenshots of your workflow and containers.

Ahh now i know what was the problem!!
The workflow was “When group dropdown x value is changed” and not “When dropdown x value is changed” - now it works!!

This topic was automatically closed after 70 days. New replies are no longer allowed.