• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

Salesforce, Wordpress, Elementor

maike_mue

Member
Hello! :) we use pabbly to connect wordpress and salesforce (with elementor) and transfer leads that come in via our contact form from wordpress to salesforce. we are currently doing the field mapping. we use the following code to get a info from a checkbox to salesforce: {{pc_skip_field}} but we get a error message when we try it like that, can you tell us what’s wrong with that and how we can transfer an elementor boolean field into a salesforce boolean?

thank you!
 

Supreme

Well-known member
Staff member
we are currently doing the field mapping. we use the following code to get a info from a checkbox to salesforce: {{pc_skip_field}} but we get a error message when we try it like that, can you tell us what’s wrong with that and how we can transfer an elementor boolean field into a salesforce boolean?
Can you please share the workflow URL once in which you have tried the same?
 

ArshilAhmad

Moderator
Staff member
Could you please make a short screen recording showing the issue you are referring to? Based on the workflow you have shared, I was unable to find an error.
1712954224273.png
 

dev_ritik

Member
we've created this contact form on this page here https://press.studydrive.net/usecases/

after submitting we receive this response (attached screenshot)

Screenshot 2024-04-18 at 10.31.36 PM.png


here we've "HR Newsletter" field which is "acceptance" field from elementor but it gives us on/off instead boolean value true/false which required here In the salesforce action field (attached screenshot)


Screenshot 2024-04-16 at 9.43.40 PM.png


but it gives us error (attached screenshot)

Screenshot 2024-04-16 at 9.43.54 PM.png


How we can do it?

Also, we're willing to purchase a lifetime plan. Is there a way to schedule a call to discuss the flow and requirements we've?

Eagerly looking forward
 

Supreme

Well-known member
Staff member
here we've "HR Newsletter" field which is "acceptance" field from elementor but it gives us on/off instead boolean value true/false which required here In the salesforce action field (attached screenshot)
In the action step for your newsletter field, you should either pass a boolean field or map the Boolean value, such as "{{##boolean:true##}}" or "{{##boolean:false##}}", to indicate on or off.

2024-04-19_12h30_59.png


For your above concern, you might need to use the Lookup Table action step where you can assign Yes as "True" and No as "False".

However, we have already configured the action in your workflow and mapped it correctly. Please review that and try it at your end.

E.g. -

1713514227697.png
 

Supreme

Well-known member
Staff member
However, we have already configured the action in your workflow and mapped it correctly. Please review that and try it at your end.

E.g. -

1713514227697.png

Please also select the other value if it is not 'on' is selected in the Lookup Table action step.

1714049522303.png
 
Top