Jeremy Posted November 19, 2021 Share Posted November 19, 2021 After the latest update we updated our BPM to add cards to the new boards, but it errors with the following message: This is the node that places the card: This is the board, with the column titles: Link to comment Share on other sites More sharing options...
Steve Giller Posted November 19, 2021 Share Posted November 19, 2021 This error occurs because there is no valid Key. Because the Board ID comes after the Key but you haven't given a value for Key, the Board ID is "not expected" yet. Link to comment Share on other sites More sharing options...
Jeremy Posted November 19, 2021 Author Share Posted November 19, 2021 @Steve Giller how do you fix this issue? Link to comment Share on other sites More sharing options...
TrevorHarris Posted November 19, 2021 Share Posted November 19, 2021 @Jeremy You should set application to Service Manager and set the key to take the requestId, i.e using the expression &[global["inputParams"]["requestId"]] There is a good post with more detailed explanation here: Link to comment Share on other sites More sharing options...
Guest Paul Alexander Posted November 19, 2021 Share Posted November 19, 2021 @Jeremy Basically I THINK that what people are saying is that the 'Key' details need to be filled out so that the Board knows WHICH card you're talking about at a later time (so it's ID really, I think?) In the case of a Service Manager request I always add the RequestID to the Key field: To be honest I've found the whole migration a little difficult, and I haven't really found the wiki to be overly helpful, but a bit of trial and error has got us to where we're comfortable! If it helps, the wiki page for adding cards to a board in a BPM is here: Link to comment Share on other sites More sharing options...
Sam P Posted November 19, 2021 Share Posted November 19, 2021 If you have multiple cards in one BP you need to have different Keys per card, this post here helped me enormously: Link to comment Share on other sites More sharing options...
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