Skip to content

Convert Array to String in Power Automate(MS Flow)

Introduction: In this blog, we will understand how we can convert an array to a string separated with semicolons.

Steps to be followed:

  1. Add “+New step”
  2. Search for the Data Operation connector and select the Join” action.
  1. In Join action, pass your array in “From
  • Enter semicolon (;) in Join with parameter

NOTE:

  • if you enter a semicolon it will return a string separated by a semicolon.
  • if you enter a comma then it will return a string separated by a comma.

Final Flow:

Result:

I hope you find this helpful!!

2 1 vote
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments