How can I sort a table of UGCs by recently Updated?

I am writing the code to make a limited ugc board, but I encountered an issue using recently created and that is the board is not accurate. My 2 current ideas of how to properly sort this are:

  1. Checking the difference in ugc between the old board and new board
  2. if there is an updated option in the hat data sorting off that

My question is how would I go about coding 1 to sort like that or is there an updated parameter in a hat?

1 Like