Hi
I have an app that is linked to a sharepoint list. I'm using a simple collection to collect data, then patching to the SP list
However, I'm getting an error about Title Field required - but Title field is in the code?
Patch(
'Deliverable Effort',
ShowColumns(
colGridupdates,
"Title",
"ProjectStage",
"Deliverables",
"Comments",
"DeliverableOwner",
"Resources",
"ResourceEffort",
"ID"
)
)
Any ideas as to what's going on? The collection is updating as expected, but I can't patch it