Skip to Content
DocumentationPublish & OperateReferenceError Reference

Error Reference

Choose the stage where the error occurred, then search this page for the error code or a distinctive phrase. Messages in the tables preserve the text that the system can display. Placeholders such as $fieldName and $tableName are replaced with actual names in the error you receive.

Use this page when you already have a specific error. If you do not yet know where the issue occurs, follow Troubleshoot an App to collect the request, logs, and traceId first.

The error icon in the upper-right corner of the editor shows the current error count. Select an error to open the related configuration, then use the message to resolve it.

Error message or symptomCauseSolution
Type mismatchA parameter, field, or formula expects a different type from the bound valueBind a value of the expected type; do not include text such as a currency symbol in an integer value
Missing required settingA component, action, API, or data operation is missing required configurationOpen the configuration identified by the error and provide a fixed value or valid binding
Cannot find property $fieldName on data model $tableNameThe field was deleted, replaced, or is no longer available to the bindingSelect an existing field, or create the required field in the data model before binding it
Unknown table name or Unknown table idThe referenced table no longer existsSelect a valid table or remove the unused reference
Cannot find API definitionThe referenced third-party API was deletedSelect or create an API, or remove the reference if it is no longer used
Cannot find field $fieldName on the response of API definition $apiNameThe API response structure changed and the previous result field is unavailableUpdate the API response structure and bind an existing field
Cannot find action flowThe referenced Actionflow was deletedSelect or create an Actionflow
Cannot find AI agentThe referenced AI Agent was deletedSelect or create an AI Agent
Unknown client variableThe client variable was deleted or the reference is no longer validSelect an existing client variable or remove the binding
Get invalid data binding because of the modification of source dataA source structure or type changed and invalidated the binding pathRemove the invalid binding and select a path from the current source
Circular dependency found in componentsA component binds to itself, or components reference one another in a loopInspect the listed components and remove the binding that closes the loop
Circular dependency found in action flowAn Actionflow calls itself, or Actionflows call one another in a loopRemove one call and redesign the direction of the calls
Conditional data does not end with 'always'Conditional data has no fallback branchAdd Always as the final branch
Conditional action does not end with 'always'A conditional action has no fallback branchAdd Always as the final branch
Target table is required in db trigger $triggerNameA database trigger has no target tableSelect a valid table for the trigger
Unknown theme colorThe referenced theme color no longer existsSelect another theme color or remove the reference
Unknown variable typeThe configuration uses an undefined or unsupported variable typeSelect a supported variable type
Duplicate type definitionThe same custom type is defined more than onceRemove the duplicate and retain the definition that is still referenced
Constraint name conflicts with a table nameA constraint and table use the same nameRename the constraint
Constraint name conflicts with a field nameA constraint and table field use the same nameRename the constraint
Unique constraint has no fieldsNo field is included in the unique constraintAdd at least one field or remove the constraint
Missing data of mutationA data operation result binding is no longer validReconfigure the data operation and its result binding
Field $fieldName is not in action flow $actionFlowNameAn Actionflow input or output changed and invalidated the field bindingSelect a field that exists in the current Actionflow
Field is not available in the AI AgentThe AI Agent configuration changed and invalidated a field bindingSelect a field available in the current AI Agent
Action is missing a page parameterAn action uses a page parameter that is not configuredAdd the page parameter or change the action binding
Path parameter does not exist on the target pageThe target page does not define the required path parameterAdd the path parameter or change the navigation action
Input data source is missingThe input action references a component that was deletedSelect a valid input component or remove the reference
Code component is missingThe referenced code component was deletedSelect a valid code component or remove the reference
Webhook request body is missingThe Webhook request body configuration was deleted or invalidatedReconfigure the Webhook request body
Component does not existAn action or binding references a deleted componentSelect an existing component or remove the reference
Page variable is missingA page variable was deleted or is undefinedRecreate the page variable or remove the reference
Referenced data source is missingA page data source was deleted or invalidatedRecreate or select the data source, or remove the reference
Scheduled-job control action has no targetThe action does not specify the scheduled job to controlSelect a valid scheduled job
Target scheduled job does not existThe referenced scheduled job was deletedSelect or create a scheduled job, or remove the action
Only support modify json from page variableThe target binding is not a page variableUse a page variable as the target
'mode' in set fold mold action has not been specifiedThe action does not specify expand or collapseSelect the intended mode
Get wrong component context in data bindingThe binding uses an invalid component or component scopeRemove the invalid binding and configure it again in the current scope
Page parameter is missingA page parameter was deleted or is undefinedAdd the page parameter again or remove the reference
Unknown path parameterA path parameter was deleted or is undefinedAdd the path parameter again or update the navigation configuration
Bound path type does not match the actual typeA source structure or type change invalidated the binding pathRemove the binding and select a path with the correct type
Local data for the select view is missingThe select view’s local data source is invalidConfigure the select view’s local data source again
Refresh target is missingA refresh action references a page or list that was deletedSelect a valid refresh target or remove the action
Refresh target belongs to another pageThe target is not on the current pageSelect a component on the current page
Lists using local data cannot be refreshedThe target list uses a local data sourceRemove the refresh action or use another data source type
Actionflow node data binding is missingA node references data or a field that no longer existsConfigure the node binding again
Input data parameter is missingAn input-data action has no valid parameterConfigure the input parameter
Unknown toolAn AI Agent references a tool that no longer existsSelect or create a tool, or remove the reference
Unknown context requestAn AI Agent references a context request that no longer existsSelect or create a context request, or remove the reference
Required action component does not existAn action references a target component that was deletedSelect a valid component or remove the action
Action target is not a pageThe action requires a page but targets another componentSelect a page as the target
Bottom-navigation component does not existBottom navigation references a page or component that was deletedSelect a valid target or remove the item
Bottom navigation content cannot start with '@'The item uses an unsupported content formatChange the bottom-navigation item content
Invalid input componentThe referenced component is not a valid inputSelect an input component or remove the reference
Invalid sheet componentThe referenced component is not a valid tableSelect a table component or remove the reference
Cannot set filter in value binding aggregation when it is not from data modelThe aggregate value does not come from a data modelRemove the filter or use a data-model aggregate
Property $fieldName is invalidThe binding references a property unavailable in the current scopeReview the field and binding path, then configure it again
Bound data is outside the table scopeThe binding references data outside the current table or list scopeConfigure the binding in the correct scope
Filter value is missing or is not BooleanA filter is empty or returns a non-Boolean valueBind a Boolean condition or remove the filter
Formula parameter type mismatchA formula argument does not match the required parameter typeBind a value of the type required by the formula
Custom-object item cannot be emptyA custom-object field has no valueProvide a valid value or remove the field
Component item title is missingAn item in the component has no titleConfigure the title for the item identified by the error
totalProgress has to be the multiple of stepTotal progress is not a multiple of the step valueChange total progress or the step value
Navigation action is missing a parameterA required parameter for the target page is not configuredBind every parameter required by the target page
Update-data action is invalidThe update action has no valid target, field, or bindingReview and reconfigure the update-data action
Deleting a value from a repeatable list is not supportedThe operation attempts to remove one value from a repeatable listRemove the operation or use a supported data structure and update method
Conditional-action condition is not BooleanThe conditional action binds a non-Boolean valueBind Boolean data or a formula that returns Boolean
A conditional-data branch has no valueA branch has no result valueConfigure a value of the correct type for the branch
Conditional-view condition is not BooleanThe conditional view binds a non-Boolean valueBind Boolean data or a formula that returns Boolean
A conditional-data condition is not BooleanA conditional branch binds a non-Boolean valueBind Boolean data or a formula that returns Boolean
Last updated on