Assign: Object reference not set to an instance of an object. error in project


i am getting this error please any one suggest the solution

Hi @Shrihari_V_Katti

Check whether the in_TransactionItem Producing any value before assigning to string!

Log the In_Transaction item and Check!

Regards

i am not getting it exactly what correction i need to do

do i need to add the log activity and check it??

Hi @Shrihari_V_Katti

Write line the argument in_TransactionItem or use log message to print the value and check whether its producing any value or not!

Regards

can u just show me how to do that i am unable to get it u can just put the screen shot please

Hi @Shrihari_V_Katti

Refer to the screen shot below !

And one more can we see the argument panel!

Regards


the screen shot refers to argument panel

Hi @Shrihari_V_Katti

In_TransactionItem.SpecificContent(“Supplier”).ToString

The Supplier Contains Space before ending of the Quote try removing that or

try In_TransactionItem.SpecificContent(“Supplier”).ToString.Trim

Regards

i tried both but still its throwing the error
here is the screenshot

Hi @Shrihari_V_Katti

Can we see the arguments in invoke workflow file?

Regards

Hi @Shrihari_V_Katti

And have you tried printing the In_TransactionItem.SpecificContent(“Supplier”).ToString?

Regards

here is the screenshot

i have tired its still showing the error

can i mail you the file if its okay to u??