A Question for Filtering Record Data

Hi Appian Guys,



a!queryRecordType
( recordType: recordType!SellerTeam, filters: a!queryFilter( field: recordType!SellerTeam.fields.sellerName, # example value is "Alex; Alexis" operator: "includes". value: "Alex" ), pagingInfo: a!pagingInfo(startIndex: 1, batchSize: 500) )


I want to get teams of including "Alex" only, could anyone give me some good advises?

  Discussion posts and replies are publicly visible

Parents Reply Children