Hi all, I'm able to sort entity instances using a relationship and a loop. And I've managed to sort based on different values - for example I was able to sort on a date field, and later I changed that to sorting on a string (where I devised a scoring system to cover the first three characters).
However, I'm not able to display the sorted instances on a screen. Is this even possible?
Use case: IA infers a number of instances, I then apply the sorting, and then want them to be displayed in the sorted, alphabetical order.
Thanks, Jon