On drop down values selection, grid should be displayed accordingly

Hi All,

I have drop down component where I'm populating values from the dbase column.

I'm trying to code the below functionality.

1) An editable grid should be displayed on initial selection of any drop down value.

2) Grid values should be refreshed on every change in the drop down value selection.

 

Is there any way we can dynamically make the grid appear on initial selection of the values(AFAIK we can create an editable grid as an sail interface and looping into the main interface conditionally) Any other approach??

Any suggestions ..

 

TIA..

  Discussion posts and replies are publicly visible

Parents
  • Hi,

    Just save selected dropdown value in local variable or rule input as per your use case.

    If you are using latest versions of Appian then just use showWhen property of grid component to configure condition. like show grid only when dropdown value is not null.

    If you are using older version then use if condition to check dropdown value to show grid component.

    I hope this will help you!!

    Regards,
    Vinod Tate
Reply
  • Hi,

    Just save selected dropdown value in local variable or rule input as per your use case.

    If you are using latest versions of Appian then just use showWhen property of grid component to configure condition. like show grid only when dropdown value is not null.

    If you are using older version then use if condition to check dropdown value to show grid component.

    I hope this will help you!!

    Regards,
    Vinod Tate
Children
No Data