Option to disable some destinations

I have a bunch of destinations for my flows, but many times I want to run the flow for only one or a few of them.
Option to check/uncheck destinations right before running the flow would be super helpful and, if implemented efficiently, would save a ton of run credits.
Thanks!

Hi @Cloud_Cap_Mushroom_C - Wanted to follow up here to let you know that most, if not all, of our destinations can be disabled for when the flow runs.

Here’s an example of how to do this in Send to Google Sheets step:

By selecting will not update or add in a specific step will ensure that not data will be overwritten or appended to that Google Sheet.

However, unless your destination step processes the highest number of rows in your step, it likely won’t impact the number of credits consumed when running your flow, since that’s determined by whatever single step in your flow processes the highest number of rows.

Hope that helps!