Sample Data
This data shows two frames with their dimensions and whether Auto Layout is applied.
| Cell | Value |
|---|---|
| A1 | Frame Name |
| B1 | Width |
| C1 | Height |
| D1 | Auto Layout |
| A2 | Header |
| B2 | 300 |
| C2 | 100 |
| D2 | No |
| A3 | Content |
| B3 | 400 |
| C3 | 200 |
| D3 | No |
This data shows two frames with their dimensions and whether Auto Layout is applied.
| Cell | Value |
|---|---|
| A1 | Frame Name |
| B1 | Width |
| C1 | Height |
| D1 | Auto Layout |
| A2 | Header |
| B2 | 300 |
| C2 | 100 |
| D2 | No |
| A3 | Content |
| B3 | 400 |
| C3 | 200 |
| D3 | No |
Set Auto Layout to 'Yes' for frames where Width > 300A B C D 1 |Frame |Width |Height |Auto Layout 2 |Header | 300 | 100 | No 3 |Content| 400 | 200 | No -> Yes Arrows: B3 -> D3 (condition check and update)
A B C D 1 |Frame |Width |Height |Auto Layout 2 |Header | 300 | 100 | No 3 |Content| 400 | 200 | Yes Auto Layout is applied only to the Content frame.