Best answer

Alphabetical/Numerical ordering

  • 11 February 2021
  • 2 replies
  • 185 views

Userlevel 2
Badge

I have a Digest pulling a series of dates and tasks from Monday.com 
Ie: 
 - 02/10/2021 Contact client
 - 02/09/2021 Set up client account
 - 02/11/2021 QC Client account

Is there a tool or function that can sort these in alpha/numerical order?

I’ve looked and searched a number of keywords and just wanted to see if I was missing anything.

 

If I get the data to a google sheet, I think I could do it with a macro, but not sure how I’d trigger a macro effectively using Zapier logic and functions.

icon

Best answer by Troy Tessalone 11 February 2021, 05:54

View original

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

Userlevel 7
Badge +14

@Robert_Segelquist 

If you’re willing to get a bit technical, try a Code step and use the sort() method: https://www.w3schools.com/jsref/jsref_sort.asp

Userlevel 2
Badge

Worked perfectly! Thanks for the suggestion @Troy Tessalone