Re: How to fix my HTTP REQUEST TO SHAREPOINT body so it doesnt time out
Hi @zajacjos,
Looks like a typo. You used a different name for that request Type action.
I used "Send an HTTP request to SharePoint - Type". You used "Send an HTTP request to - Type".
The expression cannot find the action name you used in the expression.
You have two options to fix this.
1. Change the name of the action in the expression to what you used as an action name.
{
"__metadata":{
"type": "@{outputs('Send_an_HTTP_request_to_-_Type')?['body']['d']['__metadata']['type']}"
},
"Title": "@{variables('Folder Name')}",
"FileLeafRef": "@{variables('Folder Name')}"
}
2. Or alternatively rename the action to what I used in my example (in other words, add the missing word SharePoint), in that case you don't have to update the expression in the body.