Hello -
First time user. Wondering if this is
- Correct Location to address my questions.
- Curious if my general logic is sound.
- Unsure how to start. (For example: with "Goal" and "Approximate Steps" as listed below is the correct method to make a 'Flow?' If so, I am unclear on some 'Flow' elements to use as one tutorial said there are 300 options. Elements like "Open email" are obvious to me but I don't know what element to select for "read a spreadsheet field's date and determine if less than 90 days away, then send an email." (That is a paraphrase, not the exact logic. See below for specifics.)
((The webpage just failed to send after I was complete and I lost message. Back to a previous saved copy. (Note to self: always, always save before submitting!) Point is that I am frustrated and the "approximate steps" below may be rough. However, I am just reaching out to see if I am on the right path, and maybe what flow events to use.
I haven't programmed before, and want to get some familiarity with automating. So, any guidance or suggestions are appreciated, however, I am not looking for someone to do it for me. Thank you. Scott))
Goal:
From a spreadsheet of customers, check each site's expiration date on their service contract, and send the relevant (form letter) email to that business' contacts depending on 90-days, 60-days, and 30-days prior to that expiration date. Then, color code a selected field (red, orange, yellow, green) based on approaching expiration date.
Approximate steps:
- run daily
- open spreadsheet
- read "expiration date" field
- calculate "expiration date" as
- <30 days from 'today'
- 31-60 days from 'today'
- 61-90 days from 'today'
- >/= 91 days from 'today'
- if "expiration date" >/= 91 days from today
- set specified field to green
- close spreadsheet
- end
- if "expiration date" </=90 days
- copy site contact's email address(es)
- open email
- select corresponding email template (for 90-, 60-, 30-day)
- merge addresses
- send
- close email
- set specified field in spreadsheet (yellow, orange, red)
- close spreadsheet
- end