I’m learning how to invoke python scripts on studio with this documentation.
It did not provide a sample python script so I wrote one myself from the description.
math_op.txt (128 Bytes)
Now, I’m stuck on step 6:
Full Error:
Argument ‘Parameters’: BC36754: ‘Integer()’ cannot be converted to ‘IEnumerable(Of Object)’ because ‘Integer’ is not derived from ‘Object’, as required for the ‘Out’ generic parameter ‘T’ in ‘Interface IEnumerable(Of Out T)’. The selected value is incompatible with the property type.
Where did I go wrong?