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.
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.
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.