Wait Duration in seconds?
Is there an expression to make the Wait duration seconds instead of minutes. I though I could use the TimeStampAdd funstion in the Period expression but it failed.
TimestampAdd (SQL_TSI_SECOND, 5, NOW)
I thought I could add 5 seconds to the current time.
Is seconds not a viable option for a Wait action?