Hello, I'm having an issue with a workflow Conditional Decision activity. In my Workflow, I retrieve info from a date field and store it into a custom token with formatting to only display the day of the week (Monday, Tuesday, etc.). Then in my Conditional Decision, i have a separate branch for each day of the week and my condition is IF %(Day Token) equals "DayOfTheWeek", so for example: IF %(Day Token) equals SUNDAY.
When I test the Workflow I get an error at the Conditional Decision activity saying "String was not recognized as a valid DateTime" which I'm guessing is because the condition SUNDAY is just a typed string and the Date token is still technically a date, even if it says Sunday as the value.
Is there a way for me to set these conditions up for day of the week?