Select created object within listview

0
hi everyone, i'm making an application for festivals,  and I'm currently working on adding performances to an event. When creating a performance, I want the user to be able to choose a stage that has been created within this event. But when i try to do so, I can see all the stages from the different events within that same listview. How can I ensure that only the stages that were created for this specific event are displayed?    
asked
2 answers
0

Hi Carolina

 

As far as undesrtannd you need Dependent Dropdowns. You can have a look this video.

 

https://youtu.be/egajN_ixB_I

answered
0

Limit the values that should be displayed in Selectable objects section of the dropdown.

There you could use a filter or xpath to display the Stages based on the Event.

image.png

answered