Hi everyone,
I’m trying to clean delimiters (like apostrophes) from Microsoft Forms responses using Power Automate.
The flow trigger: “When a new response is submitted” (Microsoft Forms)
Then I am using a Compose to check the logic and its response - Substring(ColumnVal,1) to remove the delimiter as shown in the image
But I get an error, because it seems that delimiter is not read in Compose
Can anyone guide me how to handle this case?
I need to:
1. Remove unwanted character (', extra spaces)
2. Preserve valid content (numbers in this case)