How to query Filter multiple conditions on multiple columns?

Trying to retrieve data from 2 different columns. One column in child table (many to many relationship) and one column from parent table. Need filter query by these two column values. An example would be great with either "and" operation.

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    A Score Level 1
    in reply to harishkumart

    Appian does support filtering by fields of a nested CDT - but you might run into difficulties if the nested CDT is a multiple.

    To answer the original question, you can just just dot notation within the field property of your query entity filter if the nested CDT is not multiple, but otherwise you'll have to run two separate queries to retrieve the data you require.

Children
No Data