Add Truncation Item Error

HI team,

I am working on the Add transition item and I add a few values to the queue successfully.
But I am unable to print or use that value, I am getting the below error if I try to print.
The interesting thing is if I am going to print that value in the immediate panel I can able to see that value.

Transaction_Item.SpecificContent("Name")

I hope I will get the answer.

Thanks

HI,

Can you try to modify as the following?

Transaction_Item.SpecificContent("Name").ToString

If error remains, can you try to re-staart Studio, then open this file. Automatic recovery may run.

Regards,

I try, Same error

I use this as well

HI,

Did you re-start Studio and re-open this project and xaml file? Automatic recovery may run.

Regards,

Still the same error. :upside_down_face:

HI,

Did you add .ToString ?

Regards,

It resolves now I restart the RDP.

Thanks,

Can I get to know why this issue occurred?

HI,

First, Text property of WriteLine activity is String type. So it need ToString method.
Second, it may be Studio matter. Sometimes, Studio fails to resolve dependencies correctly. Recent Studio has atutomatic recover feature for it. To have work this, it’s necessary to re-start Studio and re-open the project.

Regards,

Thanks,

It will helps to others.

1 Like

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