
Announcements
Hi,
I have Imported a Power Automate flow from Dev environment to a Test enviornment, in Dev my batch update works correctly, in Test it does not.
I am only trying to update one field "Status".
If I run the batch update in Dev its fine
If I run the batch update in Test, Error with
"body": {
"$content-type": "application/http; msgtype=response",
"$content": "SFRUUC8xLjEgNDAwIEJhZCBSZXF1ZXN0DQpDT05URU5ULVRZUEU6IGFwcGxpY2F0aW9uL2pzb247b2RhdGE9dmVyYm9zZTtjaGFyc2V0PXV0Zi04DQoNCnsiZXJyb3IiOnsiY29kZSI6Ii0xLCBNaWNyb3NvZnQuU2hhcmVQb2ludC5DbGllbnQuSW52YWxpZENsaWVudFF1ZXJ5RXhjZXB0aW9uIiwibWVzc2FnZSI6eyJsYW5nIjoiZW4tVVMiLCJ2YWx1ZSI6IkludmFsaWQgcmVxdWVzdC4ifX19",
"$applicationHttp": {
"headers": {},
"body": {
"error": {
"code": "-1, Microsoft.SharePoint.Client.InvalidClientQueryException",
"message": {
"lang": "en-US",
"value": "Invalid request."
}
}
},
"statusCode": 400
}
Any thoughts on what to check would be great!
Notes:
- All URL's are correct, before the batch it does a Get on the same list, this works correctly
- The list are identical, all the correct internal and display column names or the same type
- The accounts running the workflow have the same permissions on the two environments
- Comparing the batch update I can see they are exactly the same (except for Guid's, Urls and item ID's of course)
I have around 10 other flows which I have moved through multiple environment running batch update activities with no issue, this is the first time it's not worked and I can not figure out why.