Hello, I’ve got 27 files being processed, each by a different workflow that ends with the creation of two report table snippets, one with a single master record containing summary information about the file, the other is a detail set containing all the row level exceptions encountered in the file. So I have 27 workflows that look more or less like this:
These report snippets get dumped to an excel file, to a single sheet in a recurring pattern of
master
detail
master
detail
...etc. times 27.
Each of the 27 * 2 report tables all have to be modified every time I need to make a formatting change, which is a real pain. Is there a best practice way to say, pass on the row output from each of these workflows to a single Summary and Detail report widget (which iterates through each of the 27 sets)? That way I would only have to change 2 objects whenever I want to make a format change rather than in 54.