Variable "AssetValue" give error

Hi guys,
This is first time I use Orchestrator asset to retrieve the website URL.
the automation project is built in REFramework. so in get orchestrator asset activity, variable “AssetValue”(data type is GenericValue) give below error.
how should I fix this issue?

@haiyan.he

Change the type to object

Cheers

Hi @haiyan.he

Please check the Variable Type of AssetValue. By default when you create an RE Framework project it’s datatype would be System.Object.
Check the below image:

If the issue still persists please delete that variable and create a variable with the same name AssetVaue and give it DataType as System.Object.

Regards