Sample Data
This table shows variables defined in a Figma prototype with their current values.
| Cell | Value |
|---|---|
| A1 | Variable Name |
| B1 | Value |
| A2 | UserName |
| B2 | Alice |
| A3 | UserAge |
| B3 | 30 |
| A4 | UserStatus |
| B4 | Active |
This table shows variables defined in a Figma prototype with their current values.
| Cell | Value |
|---|---|
| A1 | Variable Name |
| B1 | Value |
| A2 | UserName |
| B2 | Alice |
| A3 | UserAge |
| B3 | 30 |
| A4 | UserStatus |
| B4 | Active |
Set variable UserGreeting = "Hello, " + UserName + "!"A B 1 Variable Value 2 UserName -> Alice 3 UserAge 30 4 UserStatus Active
A B 1 Variable Value 2 UserName Alice 3 UserAge 30 4 UserStatus Active 5 UserGreeting Hello, Alice!