Our company migrated to a new tenant and in doing so, all of our flows broke.
The following 'replace' functions worked until now and I cannot figure out how to fix them:
- replace(replace(replace(replace(triggerBody()?['Subject'],' ','_'),'#','_'),'+','_'),',','_')
- replace(triggerBody()?['DateTimeReceived'],' ','_')
The error I'm receiving is in the subject line. Please help?