- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2025 01:18 AM
Hi All,
I have created custom action in the flow designer we are passing input(password) in the custom action but we are not getting the plain text password
we are getting the password2 output while running the test connection but we are not getting the plain text .
Can you help on this .
Thanks and Regards,
Chandan Patra
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2025 02:47 AM
from where this action is getting called?
I got the point that you want to send encrypted password to AD server may be via some spoke etc
For GlideEncrypter's encrypt method you need to pass plain text password and then it will give you encrypted value.
GlideEncrypter - encrypt(String clearString)
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2025 07:40 PM
are you getting null in the output variable?
Since you are passing mask type input to the input variable and hence it might not be able to print that
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2025 08:04 PM
Can you please advise me how to write the script so that it will print the output whatever i gave input.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2025 08:25 PM
I will have to check in my instance when I get time.
But is your functionality not working as expected?
Why you are insisting on printing that value?
if your functionality is working as expected then you need not worry
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader