I have a List (A) as an AppState which stores values (string).
In the UI there is a component that holds choice chips. The values come from the Appstate List A.
I would like to store the chosen ChoiceChipValues in a document which already exists. The document is in a subCollection. I use update document from variable.
For some reason I cannot get this to work.
When setting the variable to an Item at Index it brings me in a loop. Other variable options lead to nothing. Does anyone know the right approach to this?
Thanks in advance!