Skip to main content
Best answer

Alphabetical/Numerical ordering

  • February 11, 2021
  • 2 replies
  • 219 views

Robert_Segelquist
Forum|alt.badge.img

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.

Best answer by Troy Tessalone

@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

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

Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • Answer
  • February 11, 2021

@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


Robert_Segelquist
Forum|alt.badge.img

Worked perfectly! Thanks for the suggestion @Troy Tessalone