Same ID has multiple times in table need to retrieve all the records associated with that ID ??

I have Projectetam CDT .I need to retrieve all records which consist of  projectid 101 .Im try to write retrieve but getting only one record .Can anyone suggest me on this .

For reference i added the screenshots 

Thanks

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to Danny Verb

    I find it easier to use the "?list" operator on the type definition when using it in a cast call - the only tricky part being that Appian doesn't document this functionality super well and you need to know in advance to get rid of the "()" that Appian autofills if you use the autocomplete functionality on the type! domain.

    I do like that the new a!listType() function now officially enshrines this in documented code, however I'm confused as to what it actually adds when we had the exact same functionality before just by appending "?list" after the CDT name inside the single quotes?

Children