DATA FORMAT functions overview

Overview of the Data Format functions available in RPA.

Help CentreFunctions & Formulas

Description

This article provides an overview of the Data Format functions available in RPA. Data Format functions allow you to query, manipulate, and convert structured data in JSON and XML formats.


Key concepts

  • JSON – JavaScript Object Notation, a lightweight data format widely used in APIs
  • XML – Extensible Markup Language, used in enterprise integrations and legacy systems
  • Dot notation – path syntax for navigating JSON (e.g. users.0.name)
  • XPath – path syntax for navigating XML (e.g. .//tag[@attr="val"])

Available Data Format Functions

See it working on your own data

Everything documented here ships with the platform – try the document tools free, or go live in 7 days.