Hi Alteryx Crew,
I'm pretty new to Aletryx and have what might be a simple problem to solve but I'm trying to order this data based on the Day_of_Week from "Monday" to "Sunday". to get the day of the week for each date I used the formula DateTimeformat([Submission_Date], "%A"). As mentioned it might be simple problem to solve but I'm just drawing a blank.
All help is much appreciated guys and gals.
| Activity_ID | Submission_Date | Responders_Email | Repeat_For_The_Week | Day_of_Week |
| 221 | 10/09/2021 08:17 | una.Murphy@test.com | Repeat my activity index for the remainder of the week | Friday |
| 320 | 13/09/2021 16:30 | yiu.Rao@test.com | Repeat my activity index for the remainder of the week | Monday |
| 314 | 11/09/2021 16:34 | Mark.Alonso@test.com | Repeat my activity index for the remainder of the week | Saturday |
| 1861 | 03/10/2021 22:06 | Kevin.Martins@test.com | Repeat my activity index for the remainder of the week | Sunday |
| 112 | 09/09/2021 16:30 | Maria.Union@test.com | Repeat my activity index for the remainder of the week | Thursday |
| 441 | 14/09/2021 16:30 | Tony.Barker@test.com | Repeat my activity index for the remainder of the week | Tuesday |
| 11 | 08/09/2021 16:37 | Joe.Bloggs@test.com | Repeat my activity index for the remainder of the week | Wednesday |