Hi,
I have a query related to error handling: In my workflow, I'm extracting data from SQL table based on conditions and then consolidating output from each query with the help of union. Now the problem is if one query ends up with no data than my union gets fail. Is there a way that I can check that if records available only then Union gets data.
In the below image data from each join tool is going to Union tool.
