Convert Password data type

bprasana85

New Member
I'm developing a process flow to generate password and send the password to support people through email. I've successfully generated random password through Credential VBO - Generate Password which is storing the password in password data type. Now I'm stuck how to send this password to support people as the password is not visible. Please advise

Thanks
Prasana
 

Pete_L

Active Member
In a calculation stage, read the value of the password data item and store it in a separate data item that has a data type of Text.
 
Top