Hello,
I’m having a problem with a couple of multi-select element that are included in a collection list. (Screenshots below)
It looks like they are not associated with any variable to store the current selection. I can’t find any “currentSelection” variable associated to the element and moreover when I look at the log / variables after performing a change, nothing changes there.
Any idea why this is happening? How can I associate the multi-select to a new variable so I can store the selected items?
Thank you very much in advance!
Here you can see that I have the multi-select as part of the collection list:
And you can see that the variable that was supposed to be updated when making changes is not adding any values to the list. Moreover, the variable should be called “actions - currentSelection” which is the name of the element.