Skip to content

AEC Data - Advanced ​

Executes a custom GraphQL query against an Autodesk Construction Cloud AEC Data Model and returns the results.

Purpose ​

Use this task when a workflow requires precise control over which AEC model elements and properties are retrieved and a pre-written GraphQL query is available. It supports workflow data placeholders within the query string, allowing dynamic queries to be built from values produced by earlier tasks. This is the preferred approach when the required query structure is known in advance and does not need AI interpretation.

Inputs ​

FieldTypeRequiredDescription
GraphQlMulti-line TextYesThe GraphQL query to execute against the AEC Data Model API. Workflow data placeholders are replaced at runtime, allowing values from earlier tasks to be embedded in the query.

Outputs ​

NameDescription
AecDataA JSON string containing the full response from the AEC Data Model API for the executed query. Pass this to a data transformation or reporting task for further processing.

Tentech