rule input Doubt in interface

is it possible display check box as marked when we pass values from test interface 

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to KM

    Please check this tutorial: https://docs.appian.com/suite/help/21.3/Grid_Tutorial.html#configure-selection-values

    The blue box says: 

    The grid is actually smart enough to use a single selection variable for both the selection index and the row data when you embed a query that returns a primary key, as the query will create a datasubset with the primary key as the identifiers. You can test it out by setting the Selection Value to local!selectedEmployees.id. If you only pass the data, the grid won't know which field is the primary key, so you'll need to create a second variable for the selection index; we show the two-variable method in this tutorial because it works in both cases.

    I think you will need to check which values are saved by the grid to your local on selection.

Children
No Data