Hi!
I am pretty much starting with Power Apps. I made a form linked with a SharePoint Item List. One column is a choice column. In Power Apps, I want people to click on check boxes to defines in which countries they work. So in the form, I put a Gallery based on the choices in the SP column (Items:
Choices([@DOAItemlist].DOAScope) ). Then in the Gallery I put a check box (Text: ThisItem.Value). On Check: Collect(ColDOAScope,ThisItem) and OnUncheck: RemoveIf(ColDOAScope,Value=ThisItem.Value)
I saw 2 videos that were telling to change the "update" property of the DataCard to the collection created. So I did it. But I get an error message, saying: "Issue: Expected Record Value. The property on this control expects Record values. The rule produces Table values which are incompatible... How to fix: Change the rule to produce a {0} value."
Why should I do?
P.S.: I have absolutely no IT background, so please use simple sentences and easy solutions 😉
Thanks a lot!
Christelle