Invoke python method : Error while passing parameters

ERROR Validation Error Compiler error(s) encountered processing expression “{5,3}”.(2) : error 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)’. PassingParamters.xaml

1 Like

@AbarnaKalaiselvam

Please try like this

New List(Of Object)({5,3})

Hope this helps

Cheers

1 Like

Thanks, now its working fine

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.