Hi Dojo,
I would like to use an automation script to set a parameters value to the current time of the server. Ultimately will be a time stamp so the device knows when the last time the automation script ran. The parameter takes a basic string but i need to pass in a dynamic time value.
Is this possible? And if so how can it be done? The screenshot shows the place where i need the time inserted. The <empty> field.
Ignore this question. I have since solved it using some c# code by saving the date time to a var and then used that var in the empty field.