Skip to main content
Sources provide dynamic dropdown options in action forms. Define them at the miniapp root level under source, and reference them in parameters via x-source.
Source definition fields: How it works at runtime:
  1. User opens the action form
  2. Frontend calls miniAppsActionSources GraphQL query with the sourceKey
  3. Backend fetches the source URL with the user’s credentials injected
  4. Response array is extracted from dataPath
  5. Each item is mapped to { value, label } using valueField and labelField
  6. Dropdown renders with the options
Last modified on August 8, 2026