Error: Cannot convert null to an object.,Detail: Cannot convert null to an object. getting this erro

saidarvenna
Tera Contributor

I am getting this error, when I run a flow designer.

 

 

 

10 REPLIES 10

Amit Verma
Kilo Patron
Kilo Patron

Hi @saidarvenna 

 

Could you please share detailed error logs along with screenshots so that we can debug this further ?

 

Thanks and Regards

Amit Verma


Please mark this response as correct and helpful if it assisted you with your question.

saidarvenna_0-1720004239880.png

 

PFA

Slava Savitsky
Giga Sage

At what step of the flow is it happening? What is the exact code of that step?

 

This error typically occurs when you try to use a method on a variable that you assume to be of a certain type (e.g. string, array, object, etc.), but it turns out that that variable is not set.