Skip to main content
1-Visitor
July 1, 2020
Question

Thingworx retrieve data table row

  • July 1, 2020
  • 1 reply
  • 949 views

We have a data table in Thingworx of usernames and passwords. Using these the user would enter his/her own username and password and it would retrieve that info from the data table in Thingworx to check if its correct.

Is there any way this could be achieved?

1 reply

22-Sapphire I
July 6, 2020

Not sure how you are setting this up, but if you are using a Datatable then a service like QueryDataTableEntries can help retrieve the right record based on User name provided, then you can just use a <password> === <savedpassword> in your service.