Hi
If I have an array like this.
[
"Somestring 1",
"Something else 2",
"Another string"
]
Can I in someway add a character in the beginning of each item in the array so it would look like this.
Adding character "["
[
"[Somestring 1",
"[Something else 2",
"[Another string"
]
Solved! Go to Solution.
Hi @JimmyWork,
You could loop through each item of the array, add the [ character to a single item and append it to a Temp array. After the loop you can either use that Temp array value or update the original array.
Below is an example of such an approach.
"[@{item()}"
Here is another method which is faster and less complicated:
Blog: tachytelic.net
YouTube: https://www.youtube.com/c/PaulieM/videos
If I answered your question, please accept it as a solution 😘
Hi @JimmyWork,
You could loop through each item of the array, add the [ character to a single item and append it to a Temp array. After the loop you can either use that Temp array value or update the original array.
Below is an example of such an approach.
"[@{item()}"
Here is another method which is faster and less complicated:
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.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.