Dashboard Mode - Variables in prototypes
Goal
Understand how to use variables in Figma prototypes to create interactive dashboards that respond to user input.
Jump into concepts and practice - no test required
Understand how to use variables in Figma prototypes to create interactive dashboards that respond to user input.
| Region | Month | Sales |
|---|---|---|
| North | Jan | 100 |
| North | Feb | 150 |
| South | Jan | 200 |
| South | Feb | 250 |
| East | Jan | 300 |
| East | Feb | 350 |
selectedRegionselectedRegion variable.+----------------------+--------------------+ | Total Sales | Region Selector | | (KPI Card) | (Dropdown) | +----------------------+--------------------+ | | | Sales by Region (Bar Chart) | | | +----------------------------------------------+ | | | Sales Details (Table) | | | +----------------------------------------------+
The Region Selector dropdown sets the selectedRegion variable.
When selectedRegion changes:
If you select South in the Region Selector dropdown, which components update and what do they show?
variables in Figma prototypes?score to 10 in a Figma prototype?count is set to 3, what will be displayed if the text element contains: You clicked {{count}} times?Set(count 5) to set a variable but it doesn't work. What is the error?