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