Hi All,
Need your help please, using SharePoint 0365 my form has repeating section with multiple line of text. I have a workflow that has Query XML to get my multiple line text data, then inside my for each loop, I also have Regular expression action with my collection variable and I replace with this pattern
p^a-zA-Z0-9-_ _;_._%_(_)_/_-_=_#_$_:_?_ ]
But when the user enter " or ' it will convert to html hashtags like &quot.
How to allow SP 0365 Repeating section to accept double /single quote and new line?