Alberto M Posted April 13, 2022 Posted April 13, 2022 Hi. I need some help. In my workflows, at some point I'm moving a board card (request card) from one lane to another but sometimes that card that was supposed to exist doesn't exist anymore in the board. If the card doesn't exist, I'm getting an error in the workflow. I believe I can add a decision in this workflow after the "Get Card ID (Board1)" node to test if the card exist, right? Or even get the card ID before the decision and check if the card ID exists in the "Yes" condition? If so, if the card doesn't exist, should I test if the Card ID value is 0? If is NULL? Thanks and regards, Alberto
Victor Posted April 13, 2022 Posted April 13, 2022 10 minutes ago, Alberto M said: I believe I can add a decision in this workflow after the "Get Card ID (Board1)" node to test if the card exist, right? Yes 10 minutes ago, Alberto M said: Or even get the card ID before the decision and check if the card ID exists in the "Yes" condition? Yes 11 minutes ago, Alberto M said: f so, if the card doesn't exist, should I test if the Card ID value is 0? If is NULL? Test the value using "is set" in the custom expression. 1
Alberto M Posted April 13, 2022 Author Posted April 13, 2022 Thanks a lot, @Victor, for the quick response!
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now