Hi,
I want to know is there any possibility to use the same trigger response for two dynamic input fields? Basically, I want to achieve in one API call get the whole result, and use it in different places.
Example :-
Trigger API response -
n
{
"Wid": 130,
"name": "prompt()",
"templates": "
{
"Tid": 555,
"name": "A_WITH_PROD"
},
{
"Tid": 554,
"name": "ADOCKA_TEM"
},
{
"Tid": 5551,
"name": "B_NO_PROD"
}
]
},
{
"Wid": 1307,
"name": "a2345678901234567890123456789012345678901234567890",
"templates": "
{
"Tid": 521,
"name": "V2 Template"
}
]
},
{
"Wid": 106,
"name": "another collection",
"templates": "
{
"Tid": 522,
"name": "Ada template"
},
{
"Tid": 5128,
"name": "another office"
}
]
}
]
Inside the action
- First drop down
I want to select one of “Wid”.
- Second drop down
Based on above selected “Wid” need to list down all “templates” array and give access to user to select one of “Tid”
This is my use case. Please can someone help me on above matter? CLI version more beneficial to me