I am trying to work out how use an array of indexes to pull strings from the corresponding position in another array.
For example:
arrayIndices = [0,4,6]
StringArray = ["string 1", "string 2", "string 3", "string 4", "string 5", "string 6", "string 7"]
resultsArray = []
The desired result would be:
resultArray = ["string 1" "string 5", "string 7"]
I am not sure how to achieve this in PowerUltimate. Could I achieve it via nesting an apply to each loop in another apply to each loop?
Would that be the best approach?
Solved! Go to Solution.
Like this:
Blog: tachytelic.net
YouTube: https://www.youtube.com/c/PaulieM/videos
If I answered your question, please accept it as a solution 😘
Like this:
Blog: tachytelic.net
YouTube: https://www.youtube.com/c/PaulieM/videos
If I answered your question, please accept it as a solution 😘
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.
User | Count |
---|---|
77 | |
26 | |
20 | |
16 | |
16 |
User | Count |
---|---|
145 | |
44 | |
44 | |
33 | |
30 |