Jobs in Orchestrator failed to run due to value cannot be null Lesson 2-3

Hi,

My robots failed to run due to the value cannot be null.

I just type a message box of “Hello UiPath Orchestrator” in the studio.

I wonder the possible error I could have in the Robot I created.

Thanks for your time!

Do you got your job failed? I guess no.

If your robot doesn’t have any inputs/outputs here it shows as null which is expected.

Regards,
Karthik Byggari

Hi Karthink,

Yes, I did got my Job failed.


image

Faulted is different from fail.
Faulted means there is some issue with the workflow that you created. Some activity is failing.

Some where in your workflow you are passing the password. Where the password variable/argument is not initialised. Please check.

Please debug your workflow to find out the faulted activity.

Regards,
Karthik Byggari

1 Like

HI Karthik,
what if you debug and there is no problem but still you get the faulted and value cannot be null.

1 Like