Hello
I have 2 galleries "Gal1" and "Gal2"
"Gal1" has a "GroupBy" as an Item - eks. "GroupBy(Table,Column,DATA)"
"Gal2" has "ThisItem.DATA" an a Item
When i use ClearCollect on Gal2 i only get rows from items that is selected in gal1, however i want all the rows from the table
PS: Its important to get the rows from Gal2, because i have a toggle in that gallery that i need.
Anyone can help?