Hi all,
I have a task - need to convert data in string variable with specific symbols to string variable in utf-8.
I have:
'something-like-āģņ'
Need to be converted to:
'something-like-agn'
I have checked https://docs.microsoft.com/en-us/azure/logic-apps/workflow-definition-language-functions-reference and tried to find similar problems in internet, but without success.
Is there there a function or a way to achieve that?
Looking for a solution myself as well, I have come across several posts about the same issue, but not one solution. For an unknown reason, the replace function does not have the desired effect (situation 2nd June 2021)
Hi @v-yamao-msft,
Thanks for clarification on existing function.
So maybe there is a nice workaround on how to solve this task?
My idea was to go thrue each symbol, compare if it is "special" (luckily there are only 11 possible cases) and replace with proper one. But then I have problem on - how to get array from string, where each string element is a separate array ellement.
I have:
"abcde"
I want:
[a], [b], [c], [d], [e]
Any ideas?
Hi @Igors,
It seems that there is no available function can be used to convert a string variable with specific symbols to string variable in utf-8.
If you need this feature, please consider submitting your idea on Flow Ideas Forum:
https://powerusers.microsoft.com/t5/Flow-Ideas/idb-p/FlowIdeas
Best regards,
Mabel Mao
WarrenBelz
146,660
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
66,004
Most Valuable Professional