Hello,
I've been using a patch function where I can Insert and Update existing data. It is made by Reza Dorrani, and I'm trying to apply it on my app but I do have a problem in applying it on a multiple select column Listbox , I already tried to use it on a single select column Listbox I did not encountered a problem.

Gallery 6 > OnSelect > Set(varIdea,ThisItem)

Used it on my Single Select Column and i didn't got an error. Default > varIdea.'Multi Select'.Value

Used it on my multi select column but there's an error. Default > varIdea.'Multi Select'.Value
Any suggestion on how can I remove the error in a multi select column?
Thank you so much!