Hi Guys,
I am using a MS Forms to trigger a flow. In this Flow it needs to fill collumns within excel. But how do I remove blank space from an awnser giving in MS Forms?
Can anyone help?
Hi @Reimer
By blank space, do you mean spaces? " He llo "?
You can use the expression trim(' He llo '), returns 'He llo'. by removing leading and trailing whitespace.
If you want to remove all whitespace, use replace, replace(' h e l l o', ' ', '')
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Cheers,
Damien
P.S. take a look at my new blog here and like & subscribe to my YouTube Channel thanks 😉
WarrenBelz
146,745
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
66,091
Most Valuable Professional