It would be nice to be able to select a block of several steps to be able to clone all of them at once without creating a conditional statement.
Also when cloning a conditional or loop block, any references to internal steps should be changed to the corresponding new step in the cloned block. They currently remain pointing to the steps in the original block which are usually irrelevant to the cloned block,
When Steps 1 - 8 were cloned into steps 9-16, the tests in steps 11 and 12 by default refer to the search in step 2 which can not have run since we are in the conditional of step 9. They should have automatically been shifted to point to step 10.
John Ronga
Feature Suggestion(recipe block cloning)
It would be nice to be able to select a block of several steps to be able to clone all of them at once without creating a conditional statement.
Also when cloning a conditional or loop block, any references to internal steps should be changed to the corresponding new step in the cloned block. They currently remain pointing to the steps in the original block which are usually irrelevant to the cloned block,
In the recipe at:
https://www.workato.com/recipes/458333-new-sheet-row-added-in-google-sheets-will-add-entry-to-lookup-table#recipe
When Steps 1 - 8 were cloned into steps 9-16, the tests in steps 11 and 12 by default refer to the search in step 2 which can not have run since we are in the conditional of step 9. They should have automatically been shifted to point to step 10.
1 person likes this idea