Hi all,
I have made an app with a repeating table. In the repeating table i have 5 text column and 1 choice column. After every row i use this code and works fine:
Patch(ProjectCollection, ThisItem, {LineProject: inputProject.Text, LineCustomer: inputCustomers.Selected.Value}); Collect(ProjectCollection, {LineProject: "", LineCustomer: ""})
After every new row, i can see the values in the collection. When i want to patch the column to send the info the SharePoint i get an error.
ForAll(ProjectCollection, If(!IsBlank(LineProject), Patch(Projecten, Defaults(Projecten), {Title: LineProject, Customer: LineCustomer ,MasterID: Form1.LastSubmit.Id})))
Name of the dropdown: inputCustomers. I saw this topic but the solution doens't work for me.
https://powerusers.microsoft.com/t5/Building-Power-Apps/ClearCollect-a-choice-field/m-p/363140