I have two similar products in Kajabi. Each product is a different price point.
Whenever I set up my Zaps, I’m unable to connect it specific to each product. My payment processor is Stripe. It seems as though when a product is purchased, it should grant access to the specific product, however, it isn’t. The result is that my Zaps are executing based on a general action for all products. Can someone help share advice on how to make my Zap more specific to each individual product in Kajabi.
Hey there @ZapRookie, as Troy mentioned please add some screenshots of your Zaps so we can take a closer look. From what you’ve said, I’m thinking it may be an issue of mapping of fields.
Are these two different Zaps or one four step Zap? Knowing that makes a big difference!
Let me know if you still need help with this!
@Troy Tessalone, @chanelle,
Please note that there are 2 Zaps. One is working correctly. The one in the pdf attachments is issuing both products for some reason. It grants 2 products at times.
@ZapRookie
Check your ZapRuns history details to see the DATA IN/OUT for each Zap step to help you troubleshoot to try to isolate the issue: https://zapier.com/app/history/
@ZapRookie
Here’s why…
In the Filter step you have the left side argument and right side argument comparing to itself which will always evaluate to TRUE.
You need to add static values to the right side for each condition.
@Troy Tessalone
Would you be able to provide visual examples to help?
Thank you!!!
@ZapRookie
On the right side for condition 1, remove the mapped variable, and type in the desired PlanAmount value. (e.g. 36)
On the right side for condition 2, remove the mapped variable, and type in the desired Object value. (e.g. subscription)
Hey @ZapRookie!
Just checking in. Did Troy’s screenshot and info help?