I have recently started working with Camunda and I am facing a challenge. I am designing a process where users can request system permissions and roles. The workflow should first allow the user to select one of three systems, and depending on the selected system, different roles should be displayed (e.g., Admin, Viewer, etc.). I am trying to implement this using a form, but I am not sure how to make it work. Could someone guide me on how to achieve this?
You can achieve this by configuring your select fields dynamically using the option source with a FEEL Expression. With a few simple conditions (if/else), you can load different role lists depending on the selected system.
I explained this approach with an example in another discussion, you can find my detailed answer here.
Let me know if this matches what you want to implement or if you need help adapting the FEEL expression.