Cannot read properties of undefined (reading 'oauth_access_token')
, it’s likely related to an incorrect reference to the app prop in your configured_props payload.
For example, using google_sheets
instead of googleSheets
, or stripe
instead of app
. Always use the exact app prop name as returned by the component definition.
The app prop name can be found in the component’s definition under configurable_props
:
dynamicPropsId
in your API calls. After calling the API to reload props as described in the Configure dynamic props section, you’ll receive a response containing a dynamicProps.id
value that looks like dyp_6xUyVgQ
.
This ID must be included in subsequent API calls to runAction
or deployTrigger
. Failing to include it can result in errors like:
{dcid}
with your deployed component ID (e.g., dc_dAuGmW7
).
The sources UI contains three tabs: