Best answer

How to add second dynamic dropdown dependent on the value of first dynamic dropdown?

  • 26 February 2020
  • 1 reply
  • 570 views

Userlevel 1

Hello,

I am creating an app using UI. I am trying to create two dropdowns and make second dropdown dependent on the selected value of first dynamic dropdown:


Screenshot_2020-02-26_21-12-56.pngFirst dropdown is dynamic and trigger's API call returns this JSON:

[{"key":"1","value":"Slack"}]

I feel like this isn't the right response and I am doing something wrong.

My question is how can I create second dynamic dropdown and make it get value from first dropdown's selected value?

Thank you.


icon

Best answer by sajjadx91 26 February 2020, 18:57

View original

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

1 reply

Userlevel 1

Nevermind, I solved it.