Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Due to numerous breaking changes appeared in the new version of the API "2023-10", we were forced to implement a number of changes on our side as well for Monday.com data export.

These changes contain a lot of modifications to names of column type, complexity points amount for queries and limits for requested information size.

Tables rename

Within export you get data of some types as a separate tables.

Next tables were renamed to:

  1. “duration“ to “time-tracking“

  2. “multiple-person“ to “people“

If you already have Tableau export document you can get errors on Refresh.

You can fix it by following next steps:

  1. Open the “Edit connection“

  2. Click “Sign In“ button

  3. After loading of data list of Tables will be updated

Column types renaming

Column Names consist of ‘Name', ‘Type’ and 'Index’ of column.

Due to Types rename a lot of fields changed their names to new ones

Next Types were renamed to:

  1. “color“ to “status“

  2. “boolean“ to “checkbox“

  3. “multiple-person“ to “people“

  4. “timerange“ to “timeline“

  5. “duration“ to “time_tracking“

  6. “numeric“ to “numbers“

  7. “long-text“ to “long_text“

  8. “timezone“ to “world_clock“

Example: If you previously had a column with name “Seller (multiple-person_seller)” - a new name for the same column will be “Seller (people_seller)”

Type “tag“ was renamed to “tags” and currently is not avilable for getting tags list as a string. Now information about tags is available only through additional table "tag" with links to "Tags" (Column of type “tags“ was removed from table “Items“).

Complexity points and limits for requested information size

Changes in complexity points and limits for requested information size might cause export speed slowing down (up to 2x times).

Exported data type changes

Type of fields which contain Identificators (ID) was changed from INT64 to String within export.

  • No labels