I have a table that has multiple required columns (they are already populated). I want to patch an additional optional record but it is asking me for all of the other required columns, how do I get around this?
If you are patching a single record that already exists, then you can use Patch(ds, ThisItem, {columnvalue:...}).
If you have a one to many relationship between the existing record and additional optional values for that column, perhaps you should consider a child table for those values. If you are adding a completely new record, you will have to provide values for the required columns.
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 |
---|---|
184 | |
95 | |
62 | |
59 | |
58 |
User | Count |
---|---|
246 | |
164 | |
93 | |
76 | |
70 |