Introduction: In this blog, we will understand how we can convert an array to a string separated with semicolons.
Steps to be followed:
- Add “+New step”
- Search for the Data Operation connector and select the “Join” action.


- 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!!