Currently, if you have a list output, the engine appears to use the first item to get the list schema. It does not validate hard-coded non-zero entries. This results in a validation failure when the output is created.
The engine should run infer on the other list items, then compare the type to ensure they match the first item.
Currently, if you have a list output, the engine appears to use the first item to get the list schema. It does not validate hard-coded non-zero entries. This results in a validation failure when the output is created.
The engine should run infer on the other list items, then compare the type to ensure they match the first item.