Hello there!
I am having a Checklist app that loads in an x amount of questions in a gallery. I am then having a toggle at each question with yes/no.
Now I have a SharePoint list with 20 columns (as 20 questions is the max). They're named; Vraag1, Vraag2, Vraag3, etc.
Now how can I choose a certain column based on which question's toggle is changed?
I tried to set a variable like this;
Set(vraagnr; "Vraag" && ThisItem.Volg_x0020_nr && "Akkoord")
And then use vraagnr in the Patch formula, but it just says it doesn't know the column vraagnr.
How can I accomplish what I am looking for?