Community Tip - You can change your system assigned username to something more personal in your community settings. X
Dear devs,
I have just noticed that, by creating a Thing from a Template defined in the Composer using:
EntityServices.CreateThing(ThingName, null, null, TemplateName);
The Thing in created correctly, but there is a DataTable Property that has no DataShape associated with it:
But this doesn't happen if the Thing is created via Composer.
What am I doing wrong?
Thanks
Hello @Raccone,
Are you using the snippet below?
I have just tested it on my end and it works fine.
Regards,
Emmanuel