Understanding Edges
Processing Edges
Edit Structured

Edit Structured


Only used for Structured Text blocks

Structured Block Icon
Modify Edge editstructured intro
Modify Edge editstructured
  • Purpose: Modify JSON-based structured data.
  • Input: Structured block to be edited.
  • Output: Structured block.
  • Config Operation Mode:
    • get ↗: Get the item value corresponds to the specified key or index, support nested key path.

    • replace ↗: Navigate to the path specified and replace/update the item with new value.

    • delete ↗: Navigate to the path specified and delete the item value.

    • get all keys ↗: Get all keys of the strucutred block content.

    • get all values ↗: Get all values of the strucutred block content.