# [Error Issue: Assign: Cannot create an L-value from - Boolean variable

used assign activity
Column_check (boolean variable) = False

Error Issue: Assign: Cannot create an L-value from the given expression with property ‘set_Item’ because the target object is null

Hi,

Which type is Column_check variable? Is it Dictionary?

Regards,

It seems you are using get credentials activity.
you need to assign a variable before get asset like:
Var1= new NetworkCredential(“”,“”,“XYZ”)