0
0
Figmabi_tool~10 mins

Prototype mode overview in Figma - Cell-by-Cell Formula Trace

Choose your learning style9 modes available
Sample Data

This table shows screens in a Figma prototype and the user actions that navigate between them.

CellValue
A1Screen
B1Action
C1Target Screen
A2Home
B2Click Button
C2Details
A3Details
B3Swipe Left
C3Settings
A4Settings
B4Click Back
C4Home
Formula Trace
Navigate(Screen='Home', Action='Click Button') -> Target Screen
Step 1: Find row where Screen='Home' and Action='Click Button'
Step 2: Return Target Screen value from Row 2
Cell Reference Map
    A        B             C
1 | Screen | Action      | Target Screen |
2 | Home   | Click Button| Details      |
3 | Details| Swipe Left  | Settings     |
4 | Settings| Click Back | Home         |
The formula uses the Screen and Action columns to find the Target Screen.
Result
    A        B             C
1 | Screen | Action      | Target Screen |
2 | Home   | Click Button| Details      | <- Result: Navigates to Details screen
The result shows that clicking the button on the Home screen navigates to the Details screen.
Sheet Trace Quiz - 3 Questions
Test your understanding
What screen do you go to when you click the button on the Home screen?
ADetails
BSettings
CHome
DProfile
Key Result
Prototype navigation finds the target screen by matching current screen and user action.