I, in my legacy app I used a lot of lists which leads to different screens.
This feature has been removed, which work around do you use?
Best,
Aurélien
An action/ workflow with different branches leading to → show new screens
if Animal is Cat show new screen… if Animal is Dog show new screen… etc
OK, this seems to work. However, new screen are lists and I cannot filter the data to make the one I want appear and hide the others.
In the same action you could set column value to the user profile row (for example) and then configure the screen around the data from that set column value
I am sorry I don’t see how to do that
Add a new column in the user profile i.e. Animal filter
In the Set Column Value step configure the Row… instead of ‘this item’ you could choose user profile → animal filter.
Then on the component level something like.. if user profile animal filter → is → Cat
How are you configuring the New Screen action? You should be using ‘This Item’ So any content on that new screen will be based on the item you selected on the previous screen.