Formatting an Array into a String inside a Workflow

Thanks @LEOS & @jrote01 for the responses!

@jrote01 , I’m trying to take this string output and use it as input for another form or an email. Basically it’s being used to display the information in the array for approval purposes. My upper bound is 30, so hard coding the array values I don’t think will work in my case. But theoretically, I could just use 1 definevariable operation with 30 variables and take the outputs of that into a second define variable that concat’s each of the 30 variables?

@LEOS , I attempted this, but it appears to display no text when testing the output in a form or email. Keep in mind, my variableA input is an Array of Strings. Does this only work for string inputs?