Skip to main content

Cyware Orchestrate

Automatically Update a Value in a Persistent List

You can automatically update a value in a Persistent List by configuring a persistent node and executing the associated Playbook.

To automatically update a value in a Persistent List:

  1. Click Main Menu, and select Playbooks > Manage Playbooks.

  2. Click New Playbook.

  3. Enter the required details in Playbook overview.

  4. Drag and drop Persistent from Storage Node.

  5. Connect the Persistent Node from the start node or from any other Playbook node.

  6. In Define Node parameters here, enter the following dynamic path expression in the Key field and enter the value to update with in Value field.

    ${persistent-list::<slug for a persistent list>::<enter key whose value you need to update>}

    Note

    • Slug is a unique identifier for a Persistent List generated from the title of a Persistent List and it does not contain spaces or uppercase characters.

    • You can type ${persistent_list( to get auto suggestions for persistent lists to choose from and then select a persistent list to autofill a slug name for a persistent list.

    Example:

    Entering ${persistent_list(sample-persistent-list,ip)} in Key field and 192.0.2.1 in Value field updates the value of key "ip" to 192.0.2.1.

  7. After entering the required dynamic path expression, click Save and Run.

  8. In Provide Input For Playbook Execution, choose from either Manual Input, Event, or Playbook Run Log, and click Run Playbook.