Is there any property in the a!queryEntity to select distinct values from a DB table.
Discussion posts and replies are publicly visible
Just to follow up on Mike's comment...there are a number of set-processing functions that you can use in Appian to post-process the retrieved data. fn!union() is the one that would de-duplicate your data.