Need help specifying a date format range. When a user submits a form on my site, I want to create an event for the following Monday.
I’ve been trying to use the the date format action but could not figure out if there is a straightforward to way to specify “Next Monday” as a transform.
Thank you!
Best answer by RobertN2186Best answer by RobertN2186
I was able to figure this out. I’m reducing the date input to just day of week “dddd”. Then using a lookup table to add the appropriate number of days to the input.
I was able to figure this out. I’m reducing the date input to just day of week “dddd”. Then using a lookup table to add the appropriate number of days to the input.