
Announcements
I have a SharePoint list which triggers a flow to
In this list, I have a cell per Item which has a link to the folder of that Item(created as part of the Flow)
This is how I Create a folder
My problem is how to create the URL of the folder.
Hi @EhsanAliverdi ,
You could use Get file properties to get Link to item.
In addition, Flow now supports creating new folders directly, you can use Create new folder action.
Best Regards,