Hello,
I am making a macro with two inputs.
Input 1 is a required input with a Field Map shown. I have some optional fields and some required fields.
Input 2 is an Optional Incoming Connection without a Field Map.
Both of these inputs have different structures.
The intent is to transform Input 1's data.
Input 2 is a parameter file that feeds into a Dynamic Replace. The intent is to make Input 2 completely optional, but if connected, will alter date fields in certain ways.
If I do not connect anything to Input 2, there is no error. However, if I connect a stream into Input 2, I get an error: The required field is not contained in the record, and the error references to Input 1's tool in my macro.
It seems as if my macro expects the Field Map from Input 1 to be respected for Input 2 as well. Is this a bug, and how do I get past this? Or am I interpreting the function wrong?