I am trying to make Google Sheets send a random row (if exists) in column A, then send it to Discord chat every hour, but not during closing hours (9pm - 9am).
I have been playing around with the random and variables, but I am not a coding wizard and my brain hurts.
I will keep researching, but I feel like I’m just getting stuck on the same thing over and over. Thanks for the help!
Run your automation during opening hours. You can set the Cron of the trigger with the “advanced” option
Use the HTTP to trigger a simple Google Apps script
In google apps script you have a simple function which generates a random number, and uses this to return data of some row.
You could also do this in Make only if you don’t like to code. In that case, please send some screenshots what you have and where you are stuck
~Cheers