Getting Error : Assign: Cannot create an L-value from the given expression with property 'ColumnName' because the target object is null

Hi Team,
Hope you are well. I am trying to run a workflow and getting the below error.
It was all working fine couple of weeks back. But when i tried running today it gives the below error.

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

Can you please help? @Anil_G

Thanks,
Sri

can you share with us the exact used statement? thanks

1 Like

Hi @srinivas_pradeep,

you are trying to assign a value to an object property, but the object itself is null, meaning it hasn’t been instantiated or assigned a value. In other words, you are trying to access a property of an object that doesn’t exist. Kindly check the target object is instantiated or not.

Happy Automation, Cheers!

1 Like

@srinivas_pradeep

As per error… you are trying to change a column name of some datatble may be…but the used datatable itself is null I beleive

Please check

Cheers

1 Like

Thank you @ABHIMANYU_THITE1 for the insights. Was very helpful.

1 Like

Thanks for the reply @ppr . It seems the original query has been modified.

Thank you for the help. @Anil_G . You were right there is no data populated in the table. The original sql query has been modified which is not returning any results.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.