Hello everyone,
I am trying to create a scheduled flow that will basically transfer the SharePoint List into a new excel file for archive purposes.
I have found this solution as others that I found available were returning errors in different stages.
Unfortunately, when I am running the Flow it returns this error:
Error Details:
"A value must be provided for item. clientRequestId: 3253c46c-a0a9-41b1-af86-a8ae0752b92b"
Outputs:
{
"status": 400,
"message": "A value must be provided for item.\r\nclientRequestId: 3253c46c-a0a9-41b1-af86-a8ae0752b92b",
"error": {
"message": "A value must be provided for item."
},
"source": "excelonline-ne.azconn-ne-003.p.azurewebsites.net"
}
I believe it is because I am using a multi choice column and I need to format the array before importing the values within the excel file but I am not sure, any suggestions?
In the last step that I need to map the columns of the excel file to those in the SharePoint List I am just placing the name fields from SharePoint as those return in the dynamic context (not the "value" field).

Any suggestions please? Even if it is an entirely different solution, I just need to make that work