How me use Delay activity in milliseconds? If field Duration is TimeSpan type (00:00:01 as 1 -second)
Welcome to UiPath Community!.
You can do like this to pass milliseconds as Timespan into Delay activity.
TimeSpan.FromMilliseconds(3000)
18 Likes
Thank You.
Regards,
Rostyslav
2 Likes
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.