Skip to main content
June 17, 2021
Solved

Calling a startprocesslink using a dropdown

  • June 17, 2021
  • 2 replies
  • 0 views

I have a use case where the client would like to be able to select a value from a dropdown, and depending on the value be navigated to a new UI. 

I was previously navigating the user to a new UI using startprocesslink on a card layout.  Is there any way to use a startprocesslink on a dropdown field?  

Best answer by mikes0011

Dropdowns can't directly contain links of any type.  About the best you can easily do would be to have a dropdown to choose between different functionality, and the link can be configured to conditionally point to different things based on the choice.

2 replies

mikes0011
mikes0011Answer
Brainy
June 17, 2021

Dropdowns can't directly contain links of any type.  About the best you can easily do would be to have a dropdown to choose between different functionality, and the link can be configured to conditionally point to different things based on the choice.

The Expression Guru
June 17, 2021

Thank you for the suggestion.  Helpful and to the point as always :).