🧡 Skip to main content🔍 Skip to search

After extracting enclosed values, the Enclosed Text Action stores its results in Variable Wizard dynamic values that can be automatically retrieved by other Actions in the same Task and then used as parameters for further process automation. Or results can be simply shown on screen, saved to a file, sent by email, etc.

VariableDetails
Found text Contains the extracted enclosed value, or the 1st value if multiple matches were found.
Example:
  • ServerApache
Found item list A list of all extracted values.
Example:
  • ServerApache|ServerDB|ServerOPS
Found item count Number of items extracted.
Example:
  • 3
Original text The input text or file contents if Variable Wizard input was used.
Example:
  • <servers>
      <server>
        <name>ServerApache</name>
        <location>dc1.local</location>
        <role>Web Server</role>
      </server>
      <server>
        <name>ServerDB</name>
        <location>dc1.local</location>
        <role>Database Server</role>
      </server>
      <server>
        <name>ServerOPS</name>
        <location>dc2.metro</location>
        <role>Operations central</role>
      </server>
    </servers>
Completion statusRetrieve Action execution status with a possible value—Successful or Failed. Or Empty, if Action has not been executed yet.
Adjust*Streamline creation of Task workflows even further—instantly make quick variable adjustments such as in-place replacement (all, first, or last occurrence), trimming (whitespaces, quotes, etc.), or changing capitalization. Optionally, set a different display name.
YouTube video · Auto-capture enclosed text

Automatic list processing…

The Enclosed Text variables returned as lists (even multi-level) can be automatically processed in further Actions. Use the For Each Action to parse a given text string (any list variable) and sequentially retrieve its elements one by one · see list processing examples. Or, use the Split Text and Lookup Text Actions to access list elements by their indices.

Questions?

If you have any questions, please do not hesitate to contact our support team.