
Announcements
The "FileAbsoluteURL" has some spaces on the URL link so it is broken when it arrives in the email. How to add another compose action so when spaces are found, replace it with "@20"
Hi @Anonymous ,
What is the type of the "FileAbsoluteURL" column in your sharepoint list?
I have made a test on my side to create Single line of text type column "FileAbsoluteURL" in my sharepoint, you could refer to screenshot below to create the flow:
The expression in the Select for the FileAbsoluteURL as below:
Replace(item()?['FileAbsoluteURL'],' ','@20')
When an item is created in the sharepoint list as below:
The flow would run successfully as below:
Best regards,
Alice
Community Support Team _ Alice Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.