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

Sandeep Rajput
Tera Patron
Tera Patron

@saidarvenna It looks like you are trying to use JSON.parse() in your custom action worknotes update - country. Please use an if check to check the string which you are trying to convert to an object using JSON.parse actually contains any value or not.