Hello all,
I've a power app with a form and I need to replace "/" by "-" and also remove spaces at the end and beggining from a text input before suubmiting, because it it contains something like that it will break my flows when creating sharepoint folders with that title.
I know how to do both actions but the issue is that to do this needs to be on the update property from the data card and it looks I can't put more that one formula on that property.
Someone can help me?
Hey Gonçalo,
If you're working with a form I don't know why but it doesn't apply those updates. needs to be on the update of the datacard
You need to use the output of the first expression as input of the second expression, so you get just one output value for the update property.
Substitute(TrimEnds(TitleDataCardValue.Text), "/", "-")
Hey! Why don´t you insert that before submiting the form?
If you need additional help please tag me in your reply and please like my reply.
If my reply provided you with a solution, pleased mark it as a solution ✔️!
Best regards,
Gonçalo Nogueira
Check my LinkedIn!