We have a site that is using PowerAutomate to run a workflow to request and capture (save) approval status (for training requests) back to a SharePoint Task List. This is the second workflow doing something similar, and the first is working as expected (for PTO/time Off Requests), however, this one keeps erroring out with the following output.
"status": 400,
"message": "The passed-in field \"Status_x0020_of_x0020_Request\" could not be found\r\nclientRequestId: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\r\nserviceRequestId: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
the power automate flow is running using a service account with full access to the SharePoint site, so we do not think its a permissions issue, if we use the update SharePoint item and manually designate each of the required fields on the task list it works, but trying to dynamically call the list and only push the value to the single field does not seem to work no matter what we try.
I read some articles that said to delete the step and re-create to resolve, but that did not work, we even tried re-creating the entire flow, with no improvement. Any suggestions are welcome as we are kinda at an impasse here.