Hi all,
Created python script, trying to invoke in UiPath studio workflow. Getting error in adding input parameters.
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.
Python script:
In python scope all the necessary path provided.
How to resolve this error, please guide me on this.