Hi all,
I am new to Flow and I am working on a flow that will automatically send the invation to an event to anyone signing up for it.
When I get the event subject from the body, the output has an extra line. And when filtering the calendar with the signup email, it won't see it because of the extra line.
There is a picture so it is easier to understand.
See there is an extra line after "Techtips: Teams - Session 4"
How do I get rid of it?
Best
Thank you! both of them worked!
Hi @Anonymous,
Or you can use the replace() function to remove the extra line, use the blank instead of it:
replace(outputs('Compose'),decodeUriComponent('%0A'),'')
Run result:
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Anonymous
Use expressions here as well 🙂