TransactionItem is not being recognized in ProcessTransaction.xaml

When getting from the Orchestrator queue, am getting the following error message:
Activity name: Assign
Message: Object reference not set to an instance of an object.

I am assigning ‘WIID’ to the following: in_TransactionItem.SpecificContent(“WIID”).ToString

The Acme-Test table is scraped correctly.

Hi @Skyman

Is the in_TransactionItem being read in properly?

I believe so. When I just use a write activity to writeout the queue item I get the QueueItem. Not 100% sure who to exact that information, other than using a SpecifiContent .NET call

Could you post 3 screenshots: your assign activity, the writeline activity, and your variables pane?

Annotation%202019-06-25%20075852

Everything else is written, just not shown in the current pane. There is another attach workflow.

In the Main Workflow → Process Transaction block, where you are invoking Process workflow, have you mapped the arguments?

image

yes I have.

I can’t make out from the pic that you have done that. Can you go to Main → Process Transaction block → Click on Invoke Process Transaction workflow → click on Arguments on the properties pane and then take a screenshot?
Main → Process Transaction Block
Invoke Process Transaction Workflow
Arguments on the Properties Pane

Thanks everyone. Problem solved with bad arguments.