Forum Discussion
ShayneTSG
Jun 08, 2020Copper Contributor
Link to file
Hi, I hope I am in the right forum, I have created an automation to create a file in sharepoint when a new item is created in a sharepoint list However after this, I want to have a link creat...
ShayneTSG
Jun 08, 2020Copper Contributor
Vikram_Samal I have tried what you have put, thank you btw.
I have put in the below, bit I keep getting the follow error
and
{
"status": 404,
"message": "Could not find list item.\r\nclientRequestId: 0d275442-dbe7-47e4-8836-087eb334a125\r\nserviceRequestId: 0d275442-dbe7-47e4-8836-087eb334a125"
}
my concat is
concat('https://XXX.sharepoint.com/sites/Coconnect/Lists/XXX%20Information/',body('Create_new_folder')?['{https://XXX.sharepoint.com/sites/XXX/Site%20Folders/}'])
Thanks in advanced.
Vikram_Samal
Jun 08, 2020MCT
ShayneTSGI think there is some issue with your concat formula:
It should look something like this:
concat('https://YourTenant.sharepoint.com/sites/YourSite/',body('Create_new_folder')?['{FullPath}'])
Replace the things in red only and check.
Thanks,
Vik
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.