Jump to content

Error in decision node following 'Get Card Info" node


Steven Cotterell

Recommended Posts

In our Incident BPM, after an Incident has been closed, I've a 'Get Card Information' node to return the CardID of a card related to the RequestID so that I can then call a 'Remove Card from Board' node.

Decision node is throwing an error (see below)

image.thumb.png.75d71f682ca9f58baf47be65fa35bb72.png

image.png.798cee76348a0212e85b8ef0309fc7c9.png

There is a Card on our Breach Board (Board Manager board) for each Incident I've looked at that has this failure.

The custom expression I'm using to decide if need to remove card from board is...

image.png.c72cbea5b32017d23ad5589f96d30606.png

As I'm expecting CardID to be populated from the Get Card Information node.

Any pointers please anyone.  Getting quite a few Incidents 'failing' after being Closed because of this.

Link to comment
Share on other sites

Hi @Steven Cotterell

The problem seems to be the isSet operation is expecting text and does not seem to like that the cardId is a number, I will raise this with our BPM team. 

However for what you are trying to do, you don't really need the custom expression, you can just check if the outcome is success instead and this should work as it will not be successful if the card doesn't exist

image.png

Hope this helps

Thanks

Trevor Harris

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...