We’ve released a new IF-Then-Else design that better handles nested IF conditions! to beta and are looking for feedback on it.
Beta Link: https://community.sharptools.io/t/beta-enhanced-design-for-nested-if-conditions/13103
This new design stacks the Then and Else blocks for an If Condition on top of each other rather than side-by-side. This mimics what you previously saw on mobile devices with two further enhancements:
- Each level of nested IF Condition gets a new color assigned to it to help visually distinguish what ‘level’ you are at
- The icon in the top-left of each If, Then, Else, and Condition block at the same level share the same color to further visually group related items
- The Then and Else blocks are indented with a color-matching vertical bar shown to the left to better visually group conditions and their actions

