Hi,
I found the following solution on this page, my problem with it is that after exiting the values are lost and the buttons appear again. Can I store the values of the collection?
Button onselect: If(ThisItem.'AzonosÃtó (ID)' in ColVar;Clear(ColVar);Set(Var;ThisItem.'AzonosÃtó (ID)'); Collect(ColVar;Var))
Button visible: If(ThisItem.'AzonosÃtó (ID)' in ColVar;false;true)
Thx.!