How to combine two JSON Values into single value.
This one might be very simple for you guys but i am not able to figure this out.
Below example shows 2 values
I would like to combine them in to one value like this 2022-10-10 , 2022-10-11
I tried using appending the array value and still no luck
Any suggestions how to get this result - 2022-10-10 , 2022-10-11
Thank you
Try this.
Add a new Select action after your parse JSON action.
In the From field select from dynamic content the body from Parse JSON.
In the map section click the little button on the right hand side that says "Switch map to text mode"
In the map section from dynamic content choose Value (from Parse JSON).
Add a Compose action and use this expression:
join(body('Select'), ', ')
That should be it. Screenshot to make it clearer:
Blog: tachytelic.net
YouTube: https://www.youtube.com/c/PaulieM/videos
If I answered your question, please accept it as a solution 😘
Michael E. Gernaey
228
Super User 2025 Season 1
David_MA
222
Super User 2025 Season 1
stampcoin
194