Hi
I am tryng to queue multiple commands in a screen to
- create a collection
- set a function to replace accentuated characters
I found this formula via Bing new conversation search tool (mind comma are replaced by semicolumn beacause french devpt interface)
Trouble is PowerApps keeps telling that it doesn't recognize StrText and so Substitute as an invalid argument
Is there something more to do to make PowerApps accepting the variable StrText ?
Set(MyFunctions; {RemoveFrenchAccents: Substitute(Substitute(Substitute(Substitute(Substitute(Substitute(Substitute(Substitute(Substitute(Substitute(Substitute(StrText;"é"; "e");"è"; "e");"ê"; "e");"ë"; "e");"à "; "a");"â"; "a");"ô"; "o");"ù";"u");"û"; "u");"î"; "i");"ç"; "c")});