How to retrieve two columns data (both are Text type) from a Table in Appian DB in chronological order/ascending order?

Scenario: Trying to retrieve data from two Text columns as a single array of items in chronological order/ascending order. A Query rule can order by only one column. But need to retrieve a combined list that is sorted.

Currently when tried something like {rule!GetSourceList, rule!GetRecipientList}, the data is in order for each of the query rules standalone but when combined with that {,} i am getting something as follows:

Alisha; Akhil; Daniel; Alexa; Beatle;

As you can see names with A are repeated instead of in chronologial order, because Alexa; Beatle; belong to different column retrieved with separate query rule. 

Please advise on how to do it with single query rule or by any other way?

Please advise. 

  Discussion posts and replies are publicly visible