dr1992
1
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!
prasath_S
(prasath S)
2
Hi @dr1992
Please try this,
TimeSpan.FromMilliseconds(cdbl(Config(“delayShort”)))
Thanks
dr1992
3
Thank you very much, that did it!
1 Like
prasath_S
(prasath S)
4
@dr1992 glad your issue is resolved.
1 Like
system
(system)
Closed
5
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.