Reusable fitler criteria
Taylor Downs
Check out this workflow. In the "prep data" step I'm determining if it's test data or "real" data, and I want to only run the downstream steps if it's "real".
I set up a javascript path condition
!state.test
which does the trick, but I have to replicate it across all paths.Does anyone else do this, and would re-usable filter criteria be useful?