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.
@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)
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.