Context :
One of my flow is pretty long to complete because it has several API calls with delays between calls.
I’m looking for ways to make the flow editing process easier, because right now most of the time I want to modify something in my flow I’ve got to wait for the entire flow/data to update especially these API calls with delay.
-
So a feature that would allow me to update steps without requesting the entire flow to update would be nice. Maybe something like “Save the current data as dummy data” where you get a “screenshot” of the data in the flow, then if you edit a step it edits this dummy data and doesn’t require to update the entire flow.
-
save me a lot of time
-
Wait or Skip most of the API calls with a shortcut but then the dataset is very incomplete.