Dynamic Interactive App Card

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.

I think what you are looking for is the Dynamic Batch
Connect functionality which is documented here:

Using this you can hide queues based on an account selection:

And you can set values based on an element selection:

Hope this helps. If you have any more questions while playing with this feel free to share the
form.yml.erb file and we will be happy to help.