I have a task list in SharePoint that I would like to create reminders for. This would be prior to the due date. There is a choice field, "Reminder", that is set to allow multiple selections. Options are "None, 1 day, 7 days", etc. I'm trying to use workflow to kick out the reminders by using multiple Run-If to see if the Reminder field contains that option. If it does, I add the time to date, pause until that time, then send an email. The next run-if follows that one, and so on. When I test it, I'm getting an error. The error is very long, but the most interesting piece stats that Reminder cannot be read as a string. Can someone help?
