I have an App where items are being saved into a collection (colItemsInOrder) and then using Patch within a ForAll statement to write the rows from that collection to a SharePoint list (Order Items). This was working previously and I didn't make any changes that should have impacted the behavior, but now I'm getting the "Title: Field required" error on that Patch statement. The odd thing is that Title IS in the Patch statement (see image below, Title is the first field specified).
I've tried removing & re-adding the data source (with the whole save-publish-close-reopen bit in between), removing and re-adding just that section of the Patch code (also with the s-p-c-r routine). I know for a fact that the Title field is in the collection and that it has values, and, as I said, this worked previously, so I'm just stumped.
