How to set 1 way encrypted password on flow designer
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-24-2022 01:05 AM
My question is how i can i set password 1 way encrypted through a flow designer action, in order to create a user with a password.
thanks in advance.
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-02-2022 01:53 AM
Hi Laila,
we had the same challenge and used a Custom Scripted Flow action for that. We Basically take text Value from the Flow and convert it into a 2-Way encrypted Password. We use 2-way as this was usable via Script and worked best for us:
We Take the Value for the Catalog Item from a Masked Variable.
Hope that helps?