Hi @v-micsh-msft
"Join all values" make from some values to a value.
Yes, the blog "Build flows with HTML Tables, ..."
So, I want to do same with Apply-to-each.
Step 1. Get a array value.
Step 2. Create new value in Apply-to-each from each array items.
Step 3. Create a new value from the values in Step 2 after Apply-to-each.
Example scenario:
Step 1. Get a array value by Excel - Get Rows.
Step 2. Create new value in Apply-to-each from each Excel Row item
by Data Operations - Compose, concat first column and second column.
Example: "Col1 Col2 / Row 1"
Step 3. Create a new value from the values in Step 2 after Apply-to-each with comma seperate
Example: "Col1 Col2 / Row 1, Col1 Col2 / Row 2, Col1, Col2 / Row 3"
Regards,
Yoshihiro Kawabata