Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
Problem with using using input of base-type of "PASSWORD".
I am unable to map text box entry to a service input of base-type "PASSWORD . (image attched)
Pls help for this issue.
thanks in advance.
Hi @Sugumar_5656 which ThingWorx version are you working with? Anyhow, as a best practice you wouldn't want to store passwords as clear text.
May be you can look into passing that string to a service which encrypts and store the password in the password field. There's a resource available called EncryptionServices with EncryptPropertyValue service, see help center for sample