Dynamic forms in Camunda 8

Hi all!
I am writing this because I wanted to know if there is a way of making my form “dynamic”. What I mean by this is, imagine the following situation: I have 2 selects in my Caminda form, but the values that will appear on the second select depend on the value chosen on the first select. For example, the values on the first select available are Car and Bus, if I select Car the values appearing on the second select are every car brand and if I choose Bus the values appearing are Bus brands.
Is this possible in Camunda 8? Is not, is there any workaround for this kind of situation?

Thank you very much for your time and attention :slight_smile:

Hi @Tiago_Gomes

This is actually pretty easy.
You just need to utilize the condition field to either hide one or a group of elements. I built a quick example
CarsBusses.form (2.5 KB)

carsbusses

1 Like

Hello @Niall!!

Thanks for your response :slight_smile:

Unfortunatly that is not exactly what I want.
I will try to provide a better explanation.

The point here is that I have a camunda form with two selects. And the values available on my second select depend from the values that i have chosen in the first select.
Imagine the following situation: I have to build a camunda form in order to choose the best concerts that took place in Lisbon in a certain year.
My first select has a list of years for eg(2023, 2024, 2025).

For example if i choose 2023 the list of bands appearing in the second select are (Imagine Dragons, Post Malone, Lady Gaga) and if i choose 2024 the list of concerts are (Coldplay, The Weeknd) and so on.

Is that possible?

Thank you :slight_smile :slight_smile:

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.