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
  • 0
    Certified Lead Developer
    in reply to tonyh0004

    I know it might be slightly more of a pain, but it probably won't be too hard to set up a Query Entity (or Query RecordType if your record type is not expression-backed) to mimic both the default filtering on the record type as well as any on-form filtering done by a user.  Though suddenly I'm curious whether we have on-form access to the "official" record type filters when using the OOB record type as a grid data source.... I haven't had a chance to really dig into this yet.

Children