Hello,
I am using PowerAutomate to fetch data from a Sharepoint List and turn it into an excel file, which is then sent via email.
Despite having an identical working flow for another process, this one is failing on the Add a Row Into a Table Action.
Let me know if more info is needed to determine. The error code is a bit esoteric, and I'm not sure what it's indicating is the issue.
The relevant segment of the flow looks like this:
The Apply to Each action:
Output is from the body of the Select - Choose Columns action;
Id is from the output of the Create File action
name is from the output of the Create Table action.
When it runs, I receive the error, "A value must be provided for item:"
More failure details:
Body of failure output:
{
"status": 400,
"message": "A value must be provided for item.\r\nclientRequestId: 768d6254-385f-4957-bf00-cd7e682c6afb",
"error": {
"message": "A value must be provided for item."
},
"source": "excelonline-wus.azconn-wus-001.p.azurewebsites.net"
}