I created a custom package to integrate ceatio with our own product, how ever i couldn't find a way to return multiple results. When i try to add 2 resulting text i got following error
This property is already checked in another parameter. It can only be used in 1 parameter.
is there a way to return multiple results like Dictionary ?
Have we understood everything correctly and you are trying to input C# code into the JS module and receive an error when specifying parameters in the JS module? Or are you creating a new user task. Please share steps to reproduce the problem.
We checked the issue and got the same error as you mentioned earlier. The thing is that only one parameter can be a resulting one, since it's in the same user task. The only thing you can try to do is to create one parameter of object type and put everything into it.