Hello everyone! 🙂
In general I have a gallery on a screen and an edit form on another screen.
The edit form has different data cards but I don´t need all of them to be visible.
I would like to get visible some of them only depending on the element selected from the gallery.
Should I use the "If condition"? If so, I´m having some issues because it seems not possible to detect these values from another screen.
Here an example:
This is the screen called "Gallery" which contains a gallery and a blue button that connect to a different screen.

Let´s say I selected the first item from the gallery, the "EURU 021003-3".
We can see that there are other elements into this item, like "PMC".
This is important, because only if the item has "PMC", some Data Cards on the second screen will be visible.
I selected the first item from the gallery, I press the blue botton and I´m on this screen:

We can see there are some data cards. Let´s take the second one "Behälter außen frei von Ladegut":
I want to hide the card in general but make it visible only if the first item having "PMC" has been selected previously from the Gallery.
Please help me 😞