Saving table changes via REST API

I am trying to save changes to a table (even in multiple rows) using REST.

The table contains all the changes made in the changesetArray or changesetObject properties. And I can also specify a REST PUT call as a save action.

But how do I configure the REST call?

The endpoint accepts only one record at a time. I can of course access the first entry of changesetArray in the call without any problems, but then the other changes are lost. Can I somehow iterate through the changes and automatically create multiple calls?

Thanks a lot for your help!

Use additional scope and call the Rest API and pass in the data you need:

1 Like

Looks great. Thank you very much!

1 Like