
The Update Card by Caption retrieves a Kanban Card, from a Kanban Board, and updates it.

Select or type in a new variable name that will hold the Name of the Kanban Board.

Select or type in a new variable that will hold the Caption to which the Kanban Card will be set.

Select or type in a new variable that will hold the Status to which the Kanban Card will be set.

Select or type in a new variable that will hold the Description to which the Kanban Card will be set.

Select or type in a new variable that will hold the Note to which the Kanban Card will be set.

Select or type in a new variable that will hold the Url to which the Kanban Card will be set.

Type in the caption of a ToDo Item and click the Add button.
Repeat until all ToDo Items have been added.

Type in the caption of a ToDo Item to be updated, select whether it will be Open or Close and click the Add button.
Repeat until all ToDo Items that need to be updated have been added.
Created Script

Get Card by Caption – retrieves a Kanban Card, from a Kanban Board, with a specific caption.
Set Card Status – sets the Kanban Card Status.
Set Card Description – sets the Kanban Card description.
Add Card Note – adds a new note to a Kanban Card.

Add Card Url – adds a new url to a Kanban Card.
Add ToDo Item – adds new ToDoItems to the Kanban Card.
Close ToDo Item – closes or checks the ToDo item with the caption.
Commit All Changes – saves all changes to the database.