Tableau Connector for Monday

Build 25.0.9434

Apps

Retrieve metadata about apps built with the apps framework.

View-Specific Information

SELECT

Note: The Id filter is required to retrieve data from this table.

The connector uses the Monday API to process some of the filters. The connector processes other filters client-side within the connector.

  • Id supports the '=','IN' comparison operators.
For example, the following queries are processed server side:
SELECT * FROM Apps WHERE Id = '10483971'
SELECT * FROM Apps WHERE Id IN ('10483971', '10483972')

Columns

Name Type References Description
Id [KEY] String The app's unique identifier.
ApiAppId String The app's unique API consumer identifier.
UserId String The unique identifier of the user that created the app.
Name String The app's name.
Kind String The app's kind.
PhotoUrl String the app photo url
PhotoUrlSmall String the app photo url for small size
State String The app's state (e.g., active/inactive).
CreatedAt Datetime The app's creation date.
UpdatedAt Datetime The date the app was last updated.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434