UiPath Get DateTime to “YYYYMMDDHHMMSS” format

Code (C#)

DateTime.Now.ToString("yyyyMMddHHmmss");

Example

Log Message

Type Intro