So if you a child flow, you can pass inputs and outputs from that child flow. This gives you the option to show additional columns in the run history which is awesome. However I have I standard workflow that looks for updates to a database if some data changes. I collect the status "Updated", "Added", "Errored" and "Duplicate" for each record this workflow processes and then emails me the status of the run (IE: Updated: 100, Added: 2, Errored: 0, Duplicate: 10). Is there a way to show the status in the run History without calling a child flow? Right now my only thought is create a Child flow called "Status Outputs" or something and just have a the inputs and then an respond action. It doesn't really do anything but the main flow would then give me the options to quickly browse through the run history without having to go back to my email and try to correlate the email date with the run history.