Hi !
I have one gallery and I want it to use datas from Collection1 if XXX and from Collection2 if YYY.
Si I wrote this :
(On my item gallery property) : If(condition1 , Collection1 , If(condition2 , Collection2) )
But it shows an error, apparantly some column (ThisItem.column) are unknown but this is so weird because my 2 collections have the same column.
Anyone has an idea ?
Thank you very much !