Hi All,
I have a gallery connected to a datasource with a single column and single a record of type text like this:
Column1 |
A;B;C;D;E;F;G;H |
How can I transpose this to become like this without using a collection? I tried using the split function but it gave me a single column table with a nested table in it instead of several records.
Column1 |
A |
B |
C |
D |
E |
F |
G |
H |
Is that possible or I definitely have to use a collection? Thanks for any help/insight!
-bochie
Hi @Bochie ,
You need
Concat(
ListName,
Column1 & ";"
)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Visit my blog Practical Power Apps
Hi @WarrenBelz ,
Thank you for your response. I forgot to mention that my table is a gallery that is using two datasources, and I already managed to “combine” my data into just a single string in a single column. I’ve tried combinations of concat, split and ForAll to no avail. At the end it just keeps giving me a table within a table.
User | Count |
---|---|
258 | |
111 | |
95 | |
48 | |
41 |