Skip to main content

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.


Nevermind, I solved it.