Enter Age: Object reference not set to an instance of an object


Using queues for a project but getting this error.

@Jaspreet_Kaur1

Welcome to our UiPath community forum.

This error usually occurs when using a variable with no set value (not initialized).

1 Like

@Jaspreet_Kaur1

Welcome to forums

Can you check Is there any existence of variables and Arguments with the same name?
Also, check you are passing the Arguments correctly

This error is because the Age has null value

Hope this may help you

Thanks

1 Like