Search results

  1. R

    How to check if local time is greater than a given time?

    Make a decision stage with "LocalTime()>[StopTime] OR IsStopRequested()" before picking up the next queue item.
  2. R

    how to get latest date in the two date inputs

    Hi Ventaka, You can check what date is latest with a calculation stage, looking for the biggest value. 20th July can not be converted directly into a BP date, so you will need to clean the date first. Something like: ToDate(Replace(Replace(Replace([Date1]; "st"; ""); "nd"; ""); "th"; ""))
Top