variable-creation
Variable Creation
Create Domo card variables (interactive controls) and output curl commands or CLI commands to execute them.
Variables are user-adjustable values that feed into Beast Mode formulas, enabling dynamic what-if analysis. They appear as dropdown, pill, slider, textbox, or date picker controls on cards and dashboards.
When to Use This Skill
- User asks for a dropdown, slider, or interactive control on a card
- User mentions "variable", "parameter", or describes wanting dynamic/adjustable values
- A card needs what-if analysis or user-selectable inputs
- You're building a card and realize a beast mode needs a user-controlled input
Core Workflow — 3-Step Creation
Variable creation requires three sequential API calls. All three are mandatory — skipping the middle step causes a 400 error on the card save.
1. Check name uniqueness (GET /query/v1/functions/variables/uniqueName)
More from stahura/domo-ai-vibe-rules
migrate-lovable
Convert SSR-heavy Lovable/v0 apps into client-only Domo apps.
61domo-js
Use ryuu.js (domo.js) APIs for env, events, navigation, and data calls.
60appdb
Toolkit-first AppDB document CRUD, query operators, and collection wiring.
58html-deck
Build a professional HTML slide deck from source content and convert it to a pixel-perfect PDF. Covers slide architecture, layout patterns, print-safe CSS, Puppeteer PDF conversion, and quality verification. Use when creating presentation decks, converting documents to slide format, or generating PDF decks from HTML.
58data-api
High-level entry skill for Domo data access. Routes detailed query work to dataset-query.
57jsapi-filters
Apply runtime filters to embedded Domo dashboards/cards from the host page via the JS API (MessagePort). Covers dynamic filtering, drill events, filter change listeners, iframe resize, pfilter URL params, overrideFilters, and App Studio appData. Use for any client-side Domo embed interaction. Not for server-side programmatic filters (use programmatic-filters).
57