I have a workflow and noticed a recent error in the output data.
The data used to come in as a Fixed Decimal but is now coming in as Double.
Is there a way to recognize this kind of a change in the input data and produce a warning or error in the workflow results?
The alternate would be a way to cancel the workflow from running when there's a change to the input data format.
As a reference, in the union node there's an option to error, warn, or ignore in the properties when fields differ. Something similar to this in the select node when field types differ or when fields are suddenly missing could be helpful.