Dynamic Services not working
Hello,
I'm designing a mashup, to gather and show data from many Things, using Dynamic Services. But it doesn't work, no data is showing in the mashup.
I've created a ThingTemplate, with all the properties needed, also, I've created a "Helper Thing" to create new things using the TT as base. The helper also fill the properties whose include some infotables.
Everithing works as should until the mashup step.
I've created a mashup with list and grids, The idea is: when I press a row, the other grids should show me the data related.
For this, I'm using services with output Infotable (IsDataTable with Datashapes and a primary key).
I've called those services on the mashup enabling Dynamic Service; Also, I've called the service getImplementingThingsWithData; all of them from the TT.



But it just doesn't work.

I've read about IDFieldName (1). I've checked it matchs with my primary key, so I'm not sure if that's the problem. Moreover, I got the same problems while using the dynamic service GetPropertyValues. I'm not sure what I'm doing wrong here.
Thank you for all the advices.

