- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
21-08-20 10:49 AM
Now() + MakeTimeSpan (0, 0, 5, 0)
into Defer Until, Add To Queue Action stage.
But, in the video description, this is entered
Today() & " " & LocalTime() + MakeTimeSpan(0, 0, 5, 0)
into Defer Until, Add To Queue Action stage.
The one at the top, ends up with this error:
"The following error has occurred: Your expression does not appear to be valid: Syntax error. The token '0' is invalid. Please check the case of your operators (eg 'or' versus 'OR') and check that your functions use brackets after the function name eg Now(), eg Len("abc")."
The second one (video) gets this error:
"The following error has occurred: Your expression does not appear to be valid: Syntax error. The token '0' is invalid. Please check the case of your operators (eg 'or' versus 'OR') and check that your functions use brackets after the function name eg Now(), eg Len("abc")."
QUESTIONS ===
What shall I do?
Why is there two different instructions?
Thanks in advance.
------------------------------
Jonas Hedström
------------------------------
Answered! Go to Answer.
Helpful Answers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
24-08-20 12:46 PM
Change from: Today() & " " & LocalTime() + MakeTimeSpan(0, 0, 5, 0)
Change to: Today() & " " & LocalTime() + MakeTimeSpan(0; 0; 5; 0)
------------------------------
Jonas Hedström
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
21-08-20 10:51 AM
------------------------------
Jonas Hedström
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
21-08-20 04:55 PM
Both the of expressions you listed are valid syntactically. I checked them both very quickly using a calc stage.
Option 1:
Option 2:
I just cut and pasted the formulas as you posted.
jack
------------------------------
Jack Look
Sr Product Consultant
Blue Prism
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
24-08-20 08:46 AM
Thanks for trying to help me.
Please see attached. Both expressions, bot errors.
Why do I get that problem, but not you?
What can I do?
Is there any small setting I have missed anywhere?
Looking forward to complete BP Foundation.
------------------------------
Jonas Hedström
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
24-08-20 12:46 PM
Change from: Today() & " " & LocalTime() + MakeTimeSpan(0, 0, 5, 0)
Change to: Today() & " " & LocalTime() + MakeTimeSpan(0; 0; 5; 0)
------------------------------
Jonas Hedström
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
24-08-20 01:08 PM
------------------------------
Melanie Giuliani
Online Community Manager
Blue Prism
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
24-08-20 02:36 PM
jack
------------------------------
Jack Look
Sr Product Consultant
Blue Prism
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
15-11-23 01:21 PM
Hi Jonas. thanks for your answer and also your question. I started to follow your question since I also have a similar issue however it turned out even the code that finally worked for you is not valid for me.
Any idea?
thanks in advance.
------------------------------
sahar Salehi
------------------------------
