Forum Discussion
SabahatFaria
Dec 27, 2023Copper Contributor
Check special characters in logic app
Hi,
I am using azure logic app and trying to check if a string(from request payload) contains any special character most importantly '/' and '\'.
I have tried to use contain(), replace the character with space and check the length. I wanted to use logic app expression but, I also tried the regex match expression. None is producing the desired results.
No RepliesBe the first to reply