Hi,
I am trying to get values from a PowerApps gallery and then concatenate all the rows into one string. Then I want to use that string in another gallery. Is this possible? Any ideas would be greatly appreciated.
Thank you,
Ashok Aedla.

Hi,
I am trying to get values from a PowerApps gallery and then concatenate all the rows into one string. Then I want to use that string in another gallery. Is this possible? Any ideas would be greatly appreciated.
Thank you,
Ashok Aedla.
Your Gallery is already a collection/table. Utilize the AllItems property of the gallery to get to all of the records in the gallery and all the controls and values in it.
I am not sure exactly where you're going with the use of the concatenated string in another gallery, but perhaps the above gets you on your way. If not, then post back with some more detail on that next step.
I hope this is helpful for you.