
Announcements
Hello, currently I'm trying to build a flow to update multiple dataverse records at once, specifically I need to update their status which is a lookup column and I don't want to use standard connectors to update row and wrap it inside apply to each cause it takes a lot of time to complete. What I'm trying to achieve is to send HTTP request using HTTP connector with Azure AD (preauthorized), here the request:
where tempStr is:
and all outputs are two guids I've generated before for batch and changeset specifically.
Flow runs successfully and request returns 204 status for all PATCH requests inside, but none of the records got updated, I'm 100% sure the column and table names are correct as well as status value, I can open specific records in browser following https: / / <org-name>.crm4.dynamics.com/api/data/v9.2/<table-name>(<record-id>), but still no success, any help?