ION scripts currently require the input variable to be named data_in
and the output variable to be named data_out.
Any other variable causes the script to fail.
Scripts should either:
- Support dynamic input/output variable names, OR
- Provide clear validation/error messaging when incorrect names are used
Current Behavior:
- Scripts fail or behave unexpectedly when using custom variable names
This is a usability limitation and can be confusing if not known.
Improving this would make scripts more flexible and easier to adopt.
ION scripts currently require the input variable to be named
data_inand the output variable to be named
data_out.Any other variable causes the script to fail.
Scripts should either:
Current Behavior:
This is a usability limitation and can be confusing if not known.
Improving this would make scripts more flexible and easier to adopt.