a!queryColumn for columns that are data types

How do I choose specific columns, order columns, and alias columns that are not primitive types?

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Appian Employee
    in reply to chrisf

    Ah this only works if you have a nested 1:1 and M:1 relationship. In general we recommend against using nested 1:M relationships because (1) it is more difficult to index data out of and (2) the performance is usually not as good. See the CDT guidance for more information. In this case I'd recommend creating multiple queries: one to get the data from the first entity and a second to query from the second entity. Then you would have more control over getting each individual field.

Children
No Data