I’m creating weekly schedule notice for volunteers. Would like to list out the day(s) the volunteer is signed up in a reminder email.
E.g. "We have you on the schedule this week for;
If (Monday) print “Monday” (pseudo code)
If (Tuesday) print “Tuesday”
etc.
I have a view with this week’s volunteers names, email address, and checkbox columns for Mon, Tues, Wed, Thurs, Friday.
Questions:
Is supported in SendGrid block?
Is there an example someone could point me to for this?
I’m new. All helpful feedback welcome.