Announcements
Hello experts,
I have designed a Form using an excel file from Onedrive. After entering the details and submitting the form it has to create a new record in a different excel file. Please let me know how to accomplish the above task.
Thank You
Flow
I don't think it is possible
Hi @Anonymous ,
This can be achieved by using a Patch function. First you need to add the table in the 2nd excel file to the data source of this app. Then use the 1st table as the data source of the edit form but set the OnSelect property of the submit button to something like:
Patch(Table2,Defaults(Table2),{Title:DataCardValue1.Text,Date:DataCardValue2.SelectedDate,...})
Regards,
Mona
Thank You Mona.
@Mona instead of saving the updates to another excel table is it possible to patch it to a SP list? Is the same patch syntax or is different. When I try I get on the button the error: "The specified column "x" does not exist".
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 381 Super User 2026 Season 2
Mohsin Ali 340
WarrenBelz 187 Most Valuable Professional