Hi All,
I'm having an issue where special character is being captured in my dynamic content.
This is my dynamic expression:
trim(first(skip(split(first(split(body('Html_to_text'),'Domain ID :')),'Publisher:'),1)))
The end result should be: Microsoft Windows. However, when the excel online sheet is populated and I filter the results, 3 different Microsoft Windows shows up. I am suspecting there are non-breaking spaces or carriage returns in the string.
If I do a CLEAN function in excel, the strings all match. May I know how I can do a clean function in flow? Thanks.