Hi, I have a process that can’t be accomplished within one ReFramework, how do I chain multiple ReFramework workflows with dependencies together while preserving its exception handling and recovery capabilities?
- Clean and collate together multiple Excel files with multiple sheets within each (This itself requires copying each row line by line to a collated file)
- Evaluate each row in the collated list for errors and duplicates, highlight if errors and/or duplicates (Another loop through the output of the first iteration)