This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

OO Java Script Limitation

Hello,

We have a java script which basically convert array from the JSON data, but we are observing new error "Cannot read property "indexOf" from undefined".

Based on our trial and error method, when we have very less JSON data OO java script is working fine (able to create set of array) but with larger data this script is failing and giving above error. 

Is it limitation of Java Script in OO? any Idea how to fix this issue.

OO version - Operations Orchestration 10.80

Note- we have also tested this in our OO studio (version - 2019.11) but we are still getting the same error.

BR,

AMIT

  • Suggested Answer

    0  

    What is with the attachment input which looks like a variable was not initialized (C:\Temp\${filename}})? It could be the root cause depending on the step logic - as in it does not find the filename, cannot read the content thus it gives a subsequent undefined. Could it be that it falls under such a logic?