I have set up my workflow to meticulously order every line of data ready to be reported in a table.
I now want to report this data in a specific non-alphabetical product order using a basic table, creating a record for each product using 'group by'.
The table outputs a record for each product but the order is alphabetical by product. How can I get the order I want?
Thanks