I’m setting up a default value where if Output 0 doesn’t have any value it will replace it with Output 1.
The output come from regex where if match there is data in either Output 0 or 1.
If there is no data in Output 0 and there is data is Output 1 it will replace the value.
The problem when Output 1 doesn’t have value as a default value and the test flow will fail. Will the flow fail? or just it will just use the value from Output 0?