Is there any update on this? Still not seeing the option, and it's a kinda base-level programming requirement to be able to temporarily comment-out (disable) parts of code for testing, etc.
This would be super useful, for example I'm working with a Flow atm that connects with QNA Maker, would be nice to comment out the email it sends at the end of the process until we're ready for this to be live in front of customers
@nathanrose Not ideal, but what I did for similar situation was hard-code an email or use a "test-list" if I'm pulling data and piping it in until forced to take it live.