Unhandled error occurred in the IsStopRequested function: Object reference not set to an instance of an object.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
22-10-20 03:44 PM
Below is the expression:
[Fatal Error]
OR
[Stop]
OR
IsStopRequested()
OR
LocalTime()>[Stop Time]
Can you tell me what is wrong here?
------------------------------
Etienne Noumen
------------------------------
[Fatal Error]
OR
[Stop]
OR
IsStopRequested()
OR
LocalTime()>[Stop Time]
Can you tell me what is wrong here?
------------------------------
Etienne Noumen
------------------------------
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
22-10-20 04:18 PM
Hi,
Consider including the right hand operand as below-
[Fatal Error]=True
OR
[Stop]=True
OR
IsStopRequested()=True
OR
LocalTime()>[Stop Time]
------------------------------
Shashank Kumar
DX Integrations Partner Consultant
Blue Prism
Singapore
+6581326707
------------------------------
Consider including the right hand operand as below-
[Fatal Error]=True
OR
[Stop]=True
OR
IsStopRequested()=True
OR
LocalTime()>[Stop Time]
------------------------------
Shashank Kumar
DX Integrations Partner Consultant
Blue Prism
Singapore
+6581326707
------------------------------
