Referencing a Record List in an Interface (20.3)

We are having an issue with the Record List in an Interface (20.3) trying to reference the data from the grid.

Apologies to start with, very new to Appian! Only a couple of months!

Just created an Interface with the Record List included as a Grid (new in 20.3) the grid appears well and very happy with it. However, on a button click, I am trying to save the bookingid's into a local variable using;

I have tried lots of different options here and get either a mistype (record type to text) or simply bizarre entries as "bookingid" (as in example)

So, how do you reference a Record List in an Interface out of the Grid? Is it possible or do we have to create the read only grid from scratch? Any pointers appreciated!

Thanks

  Discussion posts and replies are publicly visible

Parents Reply Children
  • 0
    Appian Employee
    in reply to tonyh0004

    Can you clarify more about what you're trying to do? Are you trying to select all of the visible rows of the grid (i.e on the current page)? Or select all rows on all pages? The grid itself is selectable, so if you only need to select the rows on the current page, you should be able to use the out-of-the-box selection options like in this recipe.

    However, if you want to select all rows on all pages, what Mike suggested is probably the best approach.