I have build workflow that unions data from two different inputs. Before union each part has its own workflow. It can happen that one workflow will produce an error. I would like to union data anyway then, just without data from input with error. I have added 3rd text input to make sure we always have at least two inputs. The error is produced because column names in one input can change and then workflow will produce an error. I am attaching example what happens when columns of one input changed. Correct column names are [Country] and [City].