I have built a collection based on filters in a gallery, and want to only update 4 fields in the record. It successfully updates 2 of the fields but for some reason when I add 2 other fields I get an error on the button formula.
This part works:
Patch(
'School Application Form',
ShowColumns(colGridUpdate,
"ID",
"Status",
"MoveYear")
)
Status (Choices) and MoveYear (Yes/No) are fields in the Sharepoint list that are successfully updated.
When I try to add "Year of Entry" (Choices) and/or "StudentYearGroup" (Choices) the whole formula has red squiggly lines and it fails.
Can anyone shed light on this please?