Hi, I have a power automate flow that pulls information from a sharepoint list and places it into an array variable, that is later converted into a HTML table and some CSS added before emailing out to a list of people.
My issue is that the flow pulls the last three items from the list, which are the shifts in the workplace - Early, Late and Night.
These items will appear in a random order in the email, i.e. sometimes Early Late Night (desired) but other times Late, Early, Night etc.

Is there a way of ensuring the items appear in the order 'Early Late Night'? They are always stored in the list in this order

Thanks in advance