setTransactionParameters must not be null Error code: 0

Hello
errror Message : <<Set transaction status (Successful): ; setTransactionParameters must not be null Error code: 0>>

I use RoboticEnterpriseFramework :slight_smile:

I want to add output and analysis data to a Transaction Item,

I Add une list Of String In One variable of output paramater.

The list Of String is not empty .

I don’t understand the mistake

Renaud

image

Check or show us properties of set transaction status activity. There should be three of them in REFramework.

You can also debug your robot to let studio show you exact activity where you get error.

Hello

The origin of the problem is simple, I was putting enumerated types in a simple type.

So I worked around the problem by putting only simple type

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