Hi,
In a sharepoint free text box, users are entering folder names separated by semicolon and I want to load those items in an array.
Sample data entry would be : Test1;Test2;Test3
I would like to load this row of data into an array variable as separate elements like: ["Test1","Test2","Test3"] so that I can perform further actions based on that, thanks in advance.
Solved! Go to Solution.
Howdy @dmistry,
I recently wrote a Blog for the Power Automate Community, https://powerusers.microsoft.com/t5/Power-Automate-Community-Blog/Record-Microsoft-Form-choice-respo...
In which I convert String to a Array,
I hope this helps.
Howdy @dmistry,
I recently wrote a Blog for the Power Automate Community, https://powerusers.microsoft.com/t5/Power-Automate-Community-Blog/Record-Microsoft-Form-choice-respo...
In which I convert String to a Array,
I hope this helps.
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
User | Count |
---|---|
85 | |
58 | |
42 | |
38 | |
33 |
User | Count |
---|---|
91 | |
73 | |
72 | |
60 | |
41 |