Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
Hi,
I am developing a service that collects information about fies in a comma separated list.
I have another service dependent on it and it calles the first service and saves the result in a variable.
The result is saved to let result and the output is set to string. Despite this I get the error bellow in my second service wrapping the service returning the csv list.
The error I get is: filepaths is org.mozilla.javascript.UniqueTag@3b4f00ba: NOT_FOUND. It occures if output set to a particular type, but it is not returned by the code.
For reference, see: Article - CS232922 - org.mozilla.javascript.UniqueTag@<ID>: NOT_FOUND is seen when running a Service in ThingWorx Platform (ptc.com)
Is there any thing else that can call the error that I describe?
Kind Regards
Oskar Berntorp
Solved! Go to Solution.
Hey @oskarberntorp , You would get this error when there is a type mismatch or the result variable is not used. Need to ensure that the result is getting set in the service with proper data type content as mentioned in service result type.
Hey @oskarberntorp , You would get this error when there is a type mismatch or the result variable is not used. Need to ensure that the result is getting set in the service with proper data type content as mentioned in service result type.