Help

How to select the most recent arrayunique(value)

Topic Labels: Formulas
892 3
cancel
Showing results for 
Search instead for 
Did you mean: 
Bruce_Horwitz
5 - Automation Enthusiast
5 - Automation Enthusiast

Greetings - I’m using arrayunique(value) for rollups to scan shopify orders and copy over information to my customer, including phone number and delivery day. Problem is when I receive 2 or more different values, I need the most recent one only. How would I compare date values and return the most recent non-blank value?

3 Replies 3

Try using MAX(values)

I did - that returns zeros. I also tried Max(arrayunqiue(values)) and got zeros as well. So - I need to check the Created Date of each unique record and only return the text fields from the most recent created date. I just don’t know how to do that yet.

You’ll need a similar process as described here: