cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X

Thingworx retrieve data table row

Jimmy4
6-Contributor

Thingworx retrieve data table row

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 1
PaiChung
22-Sapphire I
(To:Jimmy4)

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.

Top Tags