Hello everyone,
I would like to customize the interactive app card to create a dynamic page that allows me to:
- Select an account (choosing between “basic” and “pro”).
- Based on the selected account, choose a queue:
- If “basic” is selected, the available queues should be “short” and “medium”.
- If “pro” is selected, the available queues should be “medium” and “long”.
- Based on the selected queue, set the maximum number of cores in the “num_core” widget:
- 30 max for “short”.
- 50 max for “medium”.
- 70 max for “long”.
The submission card seems to be a static HTTP page: I can’t make it dynamic or create dependencies between widgets.
Can anyone help me?
Thank you very much for your support.