Sheet Sorting and Sequencing

I am trying to sort my schedule by a Sorting parameter and Sheet Number. Once my sheets are sorted, I want to apply a sequence from 001 to however many sheets I have using a parameter called Sheet Counting. I was trying to use List.GroupByKeys, but I got stuck for a few hours. My Sheet Counting values are all over the place :frowning:

Could someone please help a little?

Thank you in advance!

Graph Pic:

Schedule Pic 1:

Schedule Pic 2:

Hi @Koco and welcome, did you try the node List.SortBykey instead of List.GroupBykey?

hahhaah I thought I tried it! I guess I just needed to take a nap! thank you, I used List.SortByKey and it worked.

1 Like