Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

Creating a VTB Card on a Board with Swimlanes - Card Not Appearing on Board

Erik Nelson
Kilo Sage

Hello! We're building out a Flow that includes creating a VTB Card onto an existing Freeform board (it's an SCTASK record), and it appears I'm hitting a snag because the board has Swimlanes on it. My Flow works properly on a simple Freeform board, but it's looking like it can't handle displaying the card when only a Lane or Swimlane is defined (it looks they are treated somewhat equivalently). The card is getting created and I can see it associated from a list view, it just doesn't appear on the actual Board. Has anyone else solved for this? If so, can you share what you did?

 

Thank you,
Erik Nelson

2 ACCEPTED SOLUTIONS

Erik Nelson
Kilo Sage

For ease of finding within the Community, here are the findings:

1) ServiceNow recognizes that a VTB Card cannot be inserted into the VTB when there are both Lanes and Swimlanes

2) ServiceNow opened a PRB Record to review the update.

3) As of 10/19/23, ServiceNow has reviewed and considered a potential fix, and has decided not to address the issue in current or future release.

View solution in original post

Erik Nelson
Kilo Sage

I've found a workaround! It's not ideal for overall timeliness, but it does work without having to remove your Swimlanes!

1) Use Flow Designer to insert the Card to your desired VTB and Lane (not Swimlane)

2) From the VTB, open the "Info" section.

3) Toggle Swimlanes to "off" (available to the Owner of the VTB) and the card will display in the Lane

4) Toggle Swimlanes to "on" and the new card will continue to appear in that Lane as part of the topmost Swimlane

View solution in original post

5 REPLIES 5

JohnLavery
Mega Contributor

I found a workaround that at least works for sc_tasks. Instead of using the Create VTB Card action, use the ServiceNow Core "Create Record" action. Set the Table to vtb_card, then you can assign the Board, Lane, Swim lane, and Task fields along with any others you would want.

 

I believe this would work for other applications than sc_tasks as well (you could just ignore the Task field), but I've never tested it.