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
I have changed my string to
concat('https://XXX.sharepoint.com/sites/XXX/',body('Create_new_folder')?['{FullPath}'])
My update item is as below
However I am now getting this
ShayneTSG
Jun 09, 2020Copper Contributor
I have managed to get the concat to work, and it completes when tested. However it is filling the information into another record within the list instead of the one I am creating. Any advice?
Thanks in advance
- Vikram_SamalJun 09, 2020MCT
ShayneTSGI think the ID you are selecting to update might be the wrong ID, please make sure you select the ID of the SharePoint Item.
Thanks,
Vik
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.