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 🙂