How to sort bundle?

Hi folks,

I am trying to sort the bundles coming through Smartsheet. They are listed randomly. I want to sort them row number-wise so that they will be passed to the Notion to create a card from each individual bundle.

I used the Wach Row trigger for the Smartsheet module. I tried with array aggregator and then Sort function no luck.

Please help me to find a solution. Thanks in advance.

You’ll need to implement your own sort using the array sort function. But you’ll need to get your data into an array first if it is not already there.

4 Likes