Cannot establish a connection to box.com integration service

I have succesfully connected my personal box.com account in Integration Service on my personal workspace and in Studio, when I set the the Box Scope to use Authentication Type as BoxConnection, and created a variable called BoxConnection (type Box.V2.BoxClient) and set it as a connection, whenever I debug, I get the error saying:

Box Scope: Value cannot be null. (Parameter ‘The input argument BoxClient is not initialized.’)

How to solve this issue?

Package Installed: UiPath.Box.Activities / Version 2.0.0-preview

@private_matter

The variable you created ahould connect box connection details which would be flowing from a previous activity…the error clearly says that the variable created is null because yhere is no auth setup

Atleast once the connection should be made in atleast one activity and then the boxclient variable can be used in subsequent ones

Cheers