Resolved! How to Check if DateTime is empty
Calculation formula to check for empty DateTime variable:InStr(Trim([dateTime]); "01.01.0001")=0 Empty DateTime variable in Blue Prism results in "01.01.0001 00:00:00" which corresponds to value of Field DateTime.MinValue: DateTime.MinValue Field (S...