General
been using this for about 6 months now and keep discovering features i didnt know existed. ill start:
mine is the "test with previous data" button in the workflow editor. instead of triggering the form again or sending a new webhook just to test changes, i can replay the last execution data through my modified workflow. saves so much time during development
whats yours?
mine is table views. the fact that i can have 5 different filtered views of the same table and share different views with different team members is incredibly useful. ops sees their view, sales sees theirs, management sees the dashboard view. same data, different perspectives
the expression editor in workflow nodes. once you learn the syntax you can do some really powerful data transformations inline without needing a separate code node. most people dont realize how capable it is
the form thank you page customization. you can redirect to a custom URL, show a custom message, or even show different messages based on the submission data. we use it to redirect high-value leads to a booking page and everyone else to a generic thank you
keyboard shortcuts in the workflow editor. ctrl+d to duplicate a node, ctrl+z to undo. once i learned these my building speed doubled