ReFramework - Process Object ref not set to instance

Hi all!

I’m trying to move an email in my process. ATM when i have a move email activity in the process with my TransactionItem it all works fine. The second I make a new invoke workflow it stope working. Error :
Move Outlook Mail Message: Object reference not set to an instance of an object.

Invoke RPA6_Emai_Move_And_Attachment_Save workflow: Object reference not set to an instance of an object.

System exception.Object reference not set to an instance of an object. at Source: Invoke RPA6_Emai_Move_And_Attachment_Save workflow: Move Outlook Mail Message

I mapped my Arguments and variables… still nothing…

1 Like

Hi @matt.guzek ,

Have you passed the Config variable to the in_Config argument. Maybe in_Config is being used in the workflow but since you have not passed the value it gives out the error as it is a null value ?

1 Like

Hey @matt.guzek

What is str_EmailItem here?

You need to pass Transaction item into workflow as you said that holds the email !

Thanks
#nK

I’m embarrassed to say, that you are correct and I didn’t map the config to the in arg.

Many thanks for your help! I just didn’t see it haha

1 Like