Question

Code generated password not passed to WordPress step

  • 12 March 2022
  • 1 reply
  • 152 views

Hello,

I need help moving contact details from Stripe to WordPress. I already have the WP Zapier plugin installed on my wordpress site.

 

I am getting an error in the Password mapping field:  https://www.screencast.com/t/ueCmC3HB

I have created an Custom action (Code by Zapier/Javascript) in the step above this: https://www.screencast.com/t/cCT1gwiTQS

This is the Code from another community article: https://www.screencast.com/t/iuC2BkGgHgK

This is the successful Password generation Test: https://www.screencast.com/t/JPAicx4brZa2

Then I move to the Next Step by clicking on Retest and Continue button

Then I entered my NodeID: https://www.screencast.com/t/xTjIoieD

Now when I test it, I get this errror: https://www.screencast.com/t/FpJt2eUR3iY6

 

I have been trying to follow this article: Generate Random Password

and also was trying to follow this article: Custom Pill Mapping

But I still cant figure out whats wrong...


This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

1 reply

Userlevel 7
Badge +11

Hey @Dev_Company, welcome to the Community! :relaxed:

Hmm, it looks like you’ve been following those articles correctly. Assuming the Node ID that was used was the Node ID for the step that is outputting the password field then it should work. So I’m guessing that it’s just that when testing in the Zap Editor we’re not passing it through. It’s common for fields mapped in this way to look like they contain “No data” when testing in the Zap Editor.

I’d suggest running a live test by turning on the Zap and adding a new customer in Stripe. That will allow you to check whether it correctly creates the user in WordPress. Can you give that a try and let us know if it works as expected?