Skip to main content
Best answer

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

  • February 26, 2020
  • 1 reply
  • 584 views

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.


Best answer by sajjadx91Best answer by sajjadx91

Nevermind, I solved it.


View original
Did this topic help you find an answer to your question?
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

  • Author
  • 1 reply
  • Answer
  • February 26, 2020

Nevermind, I solved it.