Hello everyone,
I have an list which is look like this :
And i used Join Text Action to separated and join each string with comma and result is going to be :
570-AAIS,580-ADGX,KM5221WBKB-NOR,570-AAIS,DELL-E2720HS
And now i want to add single quotes to each string, where i can pass to IN operation into my SQL Query.
The result i'm looking for :
'570-AAIS','580-ADGX','KM5221WBKB-NOR','570-AAIS','DELL-E2720HS'
Can anyone please help me to archive this in Power Automate Desktop ?!
Thanks in advance 🙂
Solved! Go to Solution.
You could also do it like this in two lines of code 😁
Gives the result
Put whatever you actually want into an Escape Text action. The variable produced %EscapedText% is the altered version so that when you use it in anything later, PAD undoes it and gives you what you originally wanted.
Hmmm I don't get it (I am a bit slow today 😊)
Could you explain how that would translate text from
a,b,c,d to 'a','b','c','d'
LOOP 0 --> %List.Count-1%
SET VARIABLE %List[LoopIndex]% TO '%List[LoopIndex]%'
END LOOP
You could also do it like this in two lines of code 😁
Gives the result
Many thanks for help 🙂
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.