Flex repeater dynamic rearrange transform

I have a SQL query returning a list of machines. Within that list, I’m trying to change the order of how they’re displayed on a Flex repeater based on whether the machine is running or stopped.

I’m able to get the flex repeater to display the running status and name of each machine, but I can’t seem to figure out how to dynamically re-order the list of machines based off of the machine’s indirect integer tag (1, running & 0, stopped).

1 Like