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:
First 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.