How to programatically check if ThingShape or ThingTemplate exists ?
I have a scenario where I am executing a child service (inputs: ThingShape, Thing and Boolean) from another wrapper service. Now the child service fails if I pass a ThingShape that does not exist, so I am trying to write something like:
If ThingShape Exists :
TS = TS_NAME
Else:
TS = undefined.
How do I achieve this ?
I have checked many OOTB services but none help with this.
TWX v9.3.4

