Announcements
Hi @Ellen Heijmans,
The reason you cannot see the Tasks table in your Patch function is that it hasn't been added to the command's data context, even if it is part of your Model-Driven App.
Patch
To fix this using Power Fx:
Open the Command Bar Editor for your main form.
In the top menu, select Open Component Library.
Once the library opens, go to the Data tab on the left.
Click Add data and search for the Tasks table.
Save and Publish the library, then go back to your command bar and the Patch(Tasks, ...) formula will now be recognized.
Patch(Tasks, ...)
Alternative: Using JavaScript If you prefer not to use Power Fx, you can use a JavaScript Web Resource. This is often more flexible for creating related records without navigating away from the page.
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.
WarrenBelz 326 Most Valuable Professional
11manish 168
sannavajjala87 75 Super User 2026 Season 1