Hello fellow Zapiers.
Need help in converting a 9 digit numeric value to MD5 HAsh to use in the follow-up steps.
I have tried almost all formatting options but could not find any options for it.
Any help will be much appreciated.
Hello fellow Zapiers.
Need help in converting a 9 digit numeric value to MD5 HAsh to use in the follow-up steps.
I have tried almost all formatting options but could not find any options for it.
Any help will be much appreciated.
thank you for that that was what I was looking for.
much appreciated.
I just want to post the actual code here for others to copy and paste.
let crypto = require('crypto');
let Digits = inputData.Digits;
let Hash = crypto.createHash('md5').update(Digits).digest('hex');
output = [{Digits, Hash}];
Thank you again Troy.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.