Solved
How can I get the ThingTemplate implemented by a Thing?
I have this service to get the ThingTemplate implemented by a set of Things wich implements different Thing Templates.
The code:
result = Things[ThreeInput].GetImplementedThingTemplates().toInfoTable();
But when testing it, it throws the following error:

Does anybody knows what is the solution to this?
Thanks on advance.

