Generate Yearly Report Assignment 2 Upload Confirmation ID error

Hi,

can you please share your opinion on the following error I encounter in the Upload Yearly Report Workflow? I get the following error on the Assign activity after uploading the report : Assign: Object reference not set to an instance of an object.

Thank you!

Dragos

Hi @dragos.razvan ,
Can you please check the selector of uploadConfirmation.

Hi @dragos.razvan

Error message : Object reference not set to an instance of an object usually appears when the variable or argument does not have any value.

in this case, please check the UploadConfirmation variable for its value. if its nothing then assign a value before doing substring.

1 Like

Hi Jyotika,

Thanks for the advice. I have identified where the issue was, UploadConfirmation default value was missing in the previous activity,Get Text

Dragos

Hi @johnfelix,

Thanks, it worked. I have checked the default value in the get text activity, it was not set.

Dragos

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