Hi guys.. today I tried to do a canvas app with the reference of @Reza from Power Apps Editable Table/Gallery like Excel (Tutorial) - YouTube
I'm stuck in the middle of patching datavese and canvas. please help with it.
this is my dataverse table that I have created(refer to the image below)
I connect this dataverse table with my canvas app.I tried to add the row with the help of the formulae
Patch('work tasks',Defaults('work tasks'),{Name:""})
but, my output is still empty even I add it.
required output:
Solved! Go to Solution.
The due date, priority, and tasknumber columns in your 'work tasks' table are required, but you've not provided values for these fields in your call to Patch.
You can either make these columns not required, or you can specify values for these fields in the call to Patch.
The due date, priority, and tasknumber columns in your 'work tasks' table are required, but you've not provided values for these fields in your call to Patch.
You can either make these columns not required, or you can specify values for these fields in the call to Patch.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
User | Count |
---|---|
185 | |
95 | |
62 | |
59 | |
58 |
User | Count |
---|---|
249 | |
164 | |
93 | |
79 | |
70 |