Background
I have a flow which formats an email subject line into part of a uri. The subject line is saved in a variable so the code to achieve this is encodeUriComponent(variables('SubjectLine'))
When entered into the flow it appears as an expression (there's some other text to the left of %20ALARM):
Once entered the encodeUriComponent works fine and sends correctly formatted uris, for example this is what arrives in a debug email:
Bug time
When the flow is opened after saving it, if we view the same piece of code the expression encodeUriComponent has been removed!
... and note that nothing has been editied at this point, we are just clicking into boxes to open them. If we save & close the flow window and let the flow fire again now the uri is broken...
... which breaks the http GET request because there's a space in it.
So in summary, if you use encodeUriComponent the action is as intended until you reopen the flow and resave it (without editing anything) which then removes the encodeUriComponent functionality.
Surely that is not intended behaviour!
Solved! Go to Solution.
Hi @GrahamBristol,
Thanks for feedback. According to your description, I made a simple test using function encodeUriCompoment, it returned the same result with you.
Please check the WDL doc on encodeUriCompoment function, it says that consider using uriCompoment, rather than encodeUriCompoment. Although both functions work the same way, uriCompoment is preferred.
Then I made a test using uriCompoment, though I reopen the flow and resave it, uriCompoment functionality won’t be removed.
Please take a try with it on your side. Hope this could be a reference for you.
Best regards,
Mabel Mao
Hi @GrahamBristol,
Thanks for feedback. According to your description, I made a simple test using function encodeUriCompoment, it returned the same result with you.
Please check the WDL doc on encodeUriCompoment function, it says that consider using uriCompoment, rather than encodeUriCompoment. Although both functions work the same way, uriCompoment is preferred.
Then I made a test using uriCompoment, though I reopen the flow and resave it, uriCompoment functionality won’t be removed.
Please take a try with it on your side. Hope this could be a reference for you.
Best regards,
Mabel Mao
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
Power Platform release plan for the 2021 release wave 1 describes all new features releasing from April through September 2021.