I’ve been building an App now for two months, and am close to finishing it, but this morning the behaviour is really strange and this is without me touching the affected areas. They were working perfectly as of yesterday morning, but this morning there is some really bizarre behaviour.
So in essence patch and Collect were working perfectly fine yesterday, but as of this morning I'm having problems. If someone from the PowerApps can reach out to me, i'd be happy to share the session details.
Hi @UB400 ,
Do you mean that
1)you patch a blank row into the collection,then all existing Rows in the Gallery are reset to blank?
2)this app used to word good, while hasn't worked till this morning?
Could you show me the formulas about the collection, especially the patch part?
Please check whether you use Collect, ClearCollect or Patch function to update the collection.
Each of them is different.
Using collection function could only create new records in the collection.
Using ClearCollect function will clear the original collection and replace with new data.
Using Patch function could create new records and update existing recprds.
Here are docs about these functions, please pay attention to distinguishing them:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-patch
Best regards,