Skip to main content

The "Flatten tables to fields" feature setting can be found within the flow editor. Navigate to your flow, then settings, and scroll down to feature settings and select the option.

This allows you to convert a table in a document into individual fields, represented by the row and column headers. This can be useful if you need to extract specific data from the table and work with it separately.

For example, if you have a table with the following data:

Name

Age

Gender

John

25

Male

Sarah

32

Female

Michael

19

Male

Enabling the "Flatten tables to fields" feature will create new fields for each cell in the table, like this:

  • Table 1 Row 1 Column 1: Name

  • Table 1 Row 1 Column 2: Age

  • Table 1 Row 1 Column 3: Gender

  • Table 1 Row 2 Column 1: John

  • Table 1 Row 2 Column 2: 25

  • Table 1 Row 2 Column 3: Male

  • Table 1 Row 3 Column 1: Sarah

  • Table 1 Row 3 Column 2: 32

  • Table 1 Row 3 Column 3: Female

  • Table 1 Row 4 Column 1: Michael

  • Table 1 Row 4 Column 2: 19

  • Table 1 Row 4 Column 3: Male