Hi @PowerAppsUser99
You can use join function to join elements with delimiter.
to use join you should have elements in array
So in apply for each, you can add each element to an array using append array action

and outside the loop, use join action
see the output of join action when i used ; to join elements of array ['A','B','C']

Hope this helps you !