Skip to main content

Orchestrate Next Gen

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 the Playbook Details.

  4. Drag and drop a Persistent List node.

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

  6. In Node Parameters, enter the following dynamic path expression in the Key field and enter the value to update in the Value field.

    ${persistent_list(<slug>,<path.key>)}

    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.