Dec 07, 2020 08:57 AM
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?
Dec 07, 2020 08:58 AM
Try using MAX(values)
Dec 07, 2020 09:00 AM
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.
Dec 07, 2020 09:07 AM
You’ll need a similar process as described here: