Cannot perform & operation when the right-hand value is empty
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
30-04-20 06:39 PM
Failed to evaluate expression '[StatusNote]&"*DAYS AUTHORIZED: " & [_daysAuthorized] & "{ENTER}" - Cannot perform & operation when the right-hand value is empty
------------------------------
Pat
------------------------------
------------------------------
Pat
------------------------------
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-05-20 09:54 AM
You usually get that error when a Number data item is blank or a Flag data item has no value. There's no real concept of null in BP and you have to be careful to ensure things like Numbers, Flags, Dates etc always have a value before you attempt to use the.
------------------------------
John Carter
Professional Services
Blue Prism
------------------------------
------------------------------
John Carter
Professional Services
Blue Prism
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
a week ago
Is `null` still not explicitly supported in Blue Prism? For example, I have a column named `Sum`, and all records in it are empty. How can I check for that? I mean something like [Collection.Sum] = Null?
