Hi!
I’m new to this, but I was wondering how I can make an app that shows daily quotes at a set time?
What features would I need to use to allow the user to receive daily quotes?
Thanks!
Hi!
I’m new to this, but I was wondering how I can make an app that shows daily quotes at a set time?
What features would I need to use to allow the user to receive daily quotes?
Thanks!
Hi, one way to do this is to have a database of quotes with a datetime field for what day’s quote it is. If you pull in all the quotes, you can use NOW()
formula function to get today’s date and FIND_BY_KEY
to find the right quote from the list.