• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

Create Update in Monday.com only if email exists

Jacob1733

Member
My goal: If a note is added in High Level, search Monday.com board and group, and if email exists, create an update on that item.

My current workflow:
1. Webhook Trigger: If note is added in High Level, trigger pabbly
2. Search item column value: Search email field in Monday
3. Filter: Only continue if email in High Level matches Monday
4. Get Column Value: Find the column value in Monday (for the item)
5. Create update: Add note from High Level into Monday

I think I'm close, because if I delete the filter in step 3, it will add a note to my name in Monday every time a note is added to anyone in High Level. Now, I just need to get the filter to work, so it only continues if it finds an email in the group of the board... and then fix it so the note is only added to the matching item that contains the corresponding email address. Help is greatly appreciated.
 

Attachments

  • Pabbly-find email.PNG
    Pabbly-find email.PNG
    30.2 KB · Views: 130
  • Pabbly-filter.PNG
    Pabbly-filter.PNG
    22.9 KB · Views: 134
  • Pabbly-find item.PNG
    Pabbly-find item.PNG
    28 KB · Views: 140
  • Pabbly-update note.PNG
    Pabbly-update note.PNG
    25.2 KB · Views: 136
  • pabbly-all steps.PNG
    pabbly-all steps.PNG
    41.3 KB · Views: 142
P

Pabblymember11

Guest
Hey @Jacob1733

You should select the email address from the trigger response instead of selecting the account id field.

1676963291787.png
 

Jacob1733

Member
Thanks @Supreme
When I change the Trigger response ("select label") to the email in HighLevel, and change the value to the account ID field in Monday.com, it doesn't work. If I keep both the trigger and the value the same email address in HighLevel, it's allows any note to pass through, and they all appear as a note on my specific name in Monday, even if I added a note to someone else in HighLevel. One of the values for the filter needs to be the Monday ID field, correct? If the HighLevel email equals the Monday email field, continue. Thanks for continuing to help!
 
P

Pabblymember11

Guest
Hey @Jacob1733

It appears that the HTML you are passing is not in the correct format and because of that the content you passing is not appropriate.

So, please remap the HTML content from your trigger response and then try again.

If the issue still persists then kindly map the Body Text field in the WordPress action step.
 
Top