Hi there,
As the title explains, I want to insert a hard coded delay time into the delay activity, but it doesn’t seem to work.
I have the config file set to have ‘delayShort’ with the value of ‘2000’ - milliseconds as that is what UiPath knowns.
I then write what I thought I needed to:
TimeSpan.FromMilliseconds(Config(“delayShort”).ToString.
This doesn’t work… What am I missing here?
Thanks!