Hello, I'm trying to update some data in Powerapps, I'm using Forall, Patch, and Lookup but I got an error because I'm not updating/including in the Patch instruction all the required fields, what can I do to solve it?
Example:
ForAll(updateCollection, Patch(Coll01,LookUp(Coll01, Coll01[@ProcessID]=updateCollection[@updID]),{Completed:completed})));
The error is: "Title: Field 'Title' is required", but I'm not interested in updating the value of Title.