Apr 06, 2022 05:27 AM
Hello!
I am trying to automate posting a random record to twitter.
I have an automation set up already that whenever i check a box on the record it will send out the tweet - this is working fine. I want to automate that step though so i made a column with “random” values.
Now I want to set an automation that each day, it finds a record with the highest value from that “random” value column and updated the record to check the box that will then trigger the twitter automation.
How can I set up an automation to find the highest value and then update that record by checking the box?
Thanks!
Apr 06, 2022 07:02 AM
A good example of a similar problem solved here: How to get the highest value out of a column - #2 by W_Vann_Hall
it’s a bit wonky, as AT doesn’t work like a regular spreadsheet, but the TLDR version is that by creating a linked record on all the tweet fields, you can use a MAX rollup to identify where MAX=Your Random Column and then automate tweeting it out.
Apr 06, 2022 07:03 AM
Hi @Kevyn_Levine and welcome to the community!
My first tought:
MAX(values)
as a formulaMAX(value)
in the new table changes