I am building an App where I track information in one sharpoint list and then when my part is complete I want to pass it on to another team to complete their part. I have the app working to update my list, and then added the dataset for their list to my app, but when I go to use the patch function I cannot see any of the columns from their list. I have tried removing their dataset and connecting again and it does not work.
Any Suggestions?
Hi @mbreson
Patch('data source',Defaults('data source'),{Title:DCVCandidateName_New_3.Text})
you need the curly braces
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-patch
--------------------------------------------------------------------------------
If this post helps answer your question, please click on “Accept as Solution” to help other members find it more quickly. If you thought this post was helpful, please give it a Thumbs Up.