Hi , How can I sort appian group members and bind to dropdown.
Discussion posts and replies are publicly visible
When you provide paging info for groupMembers, you can additionally pass these two fields in the sortInfo and control the sorting.
a!groupMembers( group: cons!GROUP, pagingInfo: a!pagingInfo( startIndex: 1, batchSize: 100, sort: { a!sortInfo( field: "groupName", ascending: true ), a!sortInfo( field: "username", ascending: true ) } ) ).data