How to get infotable property value data from datatable?
Hi everyone,
I have one data table which having multiple user data(user, timestamp, city, designation), I want to write a service to get the data according to selected user as a input using infotable.
Ex;
If I will add two user A and B in the info table property as a input then the result will be A & B user data only in the result. I have used query, queryDataTableEntries etc service I will pass multiple user input values into infotable property but still it will show only one user result.
Can you please help how to achieve this in thingworx service.

