- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
20-05-21 07:13 AM
I'm stuck in Foundation training Section 9 - Work Queues, Deferring Items. The part where you need to use "Defer Until" and add the following value provided in the lesson: Today() & " " & LocalTime() + MakeTimeSpan(0,0,5,0)
When I try to run the process I get following error:
Internal : Could not convert '0,000,500,0' into a number
I'm using version 6.10.1 of Blue Prism
Any advice how to fix this is welcome. Thank you.
Answered! Go to Answer.
Helpful Answers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-09-21 06:09 PM
I would want to try this: "Defer time is calculated in UTC time . Can you try using this : Now() + [Time span]" but I don't know how to use it correctly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
20-05-21 10:12 AM
The code is correct. If you change the data item to Text then it will add 5mins and work for you.
Thanks
Rich
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
20-05-21 11:43 AM
Thank you for the answer but could you be more specific, please? There is no data item in the process and nothing to indicate to change it to text. For some reason after adding the MakeTimeSpan(0,0,5,0) part to the queue action and pressing "ok" button and then opening it again shows that there are suddenly more zeroes so it turns automatically from 0,0,5,0 to 0,000,500,0. Is this intended or am I missing something?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-09-21 01:21 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-09-21 06:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-09-21 06:09 PM
I would want to try this: "Defer time is calculated in UTC time . Can you try using this : Now() + [Time span]" but I don't know how to use it correctly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-09-21 02:49 PM
You can convert the Span time to Text by using the calculation stage the you can see the span time in "0.00:02:54" format
Thanks
Yogi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-01-22 08:28 PM
Is the way I found to solve it
Hope it is useful 🙂
