I have 500 records which I need to update in D365FO via API. Microsoft suggested that bulk operations are not applicable via ODATA in D365FO currently.
Can I get some help here How can I update all the records via API at one go.
Currently, I am looping all my records to be updated one at a time which is ok for 500 records but as my data grows it would be time-consuming.
Any suggestions about how I can bulk update?