This is my setup.
- I have a calendar screen with agenda view of events.
- When I open an event, there is a Show Detail Screen which I’ve customized.
- In the event detail screen, there is a button and I’ve configured that to show a form screen
- In this form screen, one of the components is a choice dropdown D1 with a filter from values picked in another choice dropdown from the screen D2. Without this filter all options show up, but I want to show only a subset of options depending on D2 value. When I add the filter, the choice dropdown is not seen at all
Why is this?