Hey all, I am currently working through exercise, as part of earning my Associate Developer certification. I am learning and looking through Integrating with Google Drive and Office 365. Whilst working through this, I found an error on my Main project file. This states: “Check if connector argument was provided: Object reference not set to an instance of an object”. A screenshot of this is shown below:
UiPathEventConnector doesn’t have any value that’s why it was throwing the Object reference not set to an instance of an Object error.
Check the value of the UiPathEventConnector value in the Local Panel in your screenshot it is null that’s why it was throwing, assign the value to it first, I have marked in your picture for your understanding,