How to I add or subtract minutes from a time field?
In this case, I need to add 30 minutes to each of my "Start Times" to get the "End Times".
DateTimeAdd([Start Time],+30,"minutes") gives conversion error: DATETIMEADD: "04:00:00" is not a valid DateTime.
I can think of a couple workarounds but is there an easy way to do this?
Sample workflow: