Fetches one page of distinct values for a specific field from a Fibery entity type. Returns a list of unique options that can be used for filtering, dropdowns, or autocomplete. ONE Fibery API call is made per invocation; pagination is caller-driven via the `offset` and `limit` r…
fieldRequiredstringField identifier to fetch distinct values for. Use fully-qualified field names in 'Namespace/FieldName' format. Note: for system entity 'fibery/user', fields use 'user/' prefix (e.g., 'user/name'), while 'fibery/id' works for all entities.
limitintegerMaximum number of rows/options to fetch in this single call (1-1000). Forwarded to Fibery as the page size for both the `/datalist` primary path and the `/commands` fallback (`q/limit`). NOTE: this caps ROWS fetched, not unique options — duplicate field values are deduplicated i…
offsetintegerZero-based offset for caller-driven pagination. On the first call pass 0 (or omit). To fetch the next page, pass the `next_offset` returned by the previous call. Applies to both the `/datalist` primary path (where it is forwarded as a query parameter) and the `/commands` fallbac…
sourceRequiredstringFull Fibery entity type name in 'Namespace/Type' format. Use the workspace schema to discover available types.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.