I am trying to use the patch command to add a new record to a second Dataverse table when a form is submitted for another table. I have it mostly working so far, but I am running into an issue where the Patch fails because the second table's primary column is an auto-number column. Patch seems to not be able to create a new record because that column is required, but it isn't a column I can patch myself. Is there a function that will tell Patch this is an auto-generated number?
Try removing the required property from that column. It will autonumber without it.
I would, but it is the default column for that table. I need it to auto number because that table is being used to track changes.
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 | |
66 | |
64 | |
60 |
User | Count |
---|---|
243 | |
163 | |
94 | |
82 | |
80 |