Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

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

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