Show hide parameter with dropdown selection

Hi

We have dropdown in custom app and depending upon the selection, we would like to show/hide parameters. could someone suggest a way to achive this?

Thanks
Chandra

Hi Chandra,

Here is the documentation for conditional nested parameters: Select | Make Developer Hub

Cheers,
Henk

Hi Henk

Thank you for quick reply. It worked in UI and we do not know how to get nested value in the request. Do you have example to get the nested value from options.

Thanks
Chandra

Hi Chandra,

Your nested parameters have a name, right? So you can access them via {{parameters.NAME}}

Cheers,
Henk

Thank you and it worked. One more question, We would like to two send different request according to the value selected. how can we add conditional parameters in communication.

If parameter.option ‘custom’ then request A
else request B

or how to take different parameter in same request
{
if custom then optionA=A else optionB=B
}