I want to process several datasets in the same way, I have put all the steps (but one, which should be individual) of one recipe into two groups, which I now want t use for several other datasets. Is that possible and if so how?
- stack your datasets, run them through the recipe, then split it.
- copy the recipe (it's one of the available actions when you select a recipe from the flow). This would require you to correct each copy of the recipe if you decide to alter a step.