No Transaction Data?

I want to write to output the Input Value 123 as you can see below which is inside a variable called in_Trans.

But when its time to execute the Write line Activity i get No Transaction Data, as you can see in the lower right corner of the screenshot below, but there is in fact data as seen in the screenshot above. The value is actually shown as Null in the left upper corner panel.

Here is the properties of the Get Transaction Item activity for a closer examination.
SS15

Can anyone suggest any solutions, It was working at some point but now its not.

Thank you.

@michaelamay0 Can you check this workflow :
It contains a For Each that loops through the item Collection present in the QueuItem. It will give you an Idea of How to Extract the Values through Keys Using Specific Content. Check it and Let me Know. Use the For Each after the Get Transaction Item Activity.
Sequence.xaml (5.1 KB)

I get the following error message:

Compiler error(s) encountered processing expression
“in_Trans.SpecificContent.Keys(Item)”.
Option strict on disallows implicit
Conversions from ‘Object’ to ‘Integer’

The funny thing is that it gives that message when I paste it under my code but when i open your xaml it doesn’t give that error. The in_Trans variable is also of the same data type, QueueItem.

I just changed the TypeArgument to Int32 and it works.

1 Like

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