Convert a Table to Text

Converts a table into its text (string) representation.

Overview

This procedure converts a table into a plain text (string) representation. It’s useful for exporting or displaying table data as a readable string.

Prerequisite Data

These required data elements must be present in the automation before using the procedure.

Data Name
Data Type

the table

Table

Syntax

Below is a line-by-line overview of the automation syntax. Expand each line to learn more.

convert the table to a string

What does it do?

Instructs the system to convert the table to a text string.

Where does it go?

This phrase should be written on a new line.

Is it required?

✅ Yes — This phrase is required in the syntax.

Does it require input data?

⛔ No — This phrase does not require input data.

Examples

1. Convert a Sample Table to Text

create a sample table
convert the table to a string

Last updated

Was this helpful?