Question

How to I get the matched data from a path

  • 5 November 2022
  • 1 reply
  • 26 views

Hi All,  Here is my scenario in zap steps. 

  1. A form submission into my CMS triggers a webhook call that gets all the entries in a particular database.
  2. Next I attempt to create a new item form the form submission into my database.
  3. Path to determine in the email field in the submission is a match or not
     - If not a match then Create the new database entry
    - If a match Update the existing database entry

The problem I am having is when I do get a match, I can’t figure out how to get the associated match data. For example: The form submission email address is iamfake@fakeemail.com and that email matches a record in my DB. I need to get the another value from that matched record. In this case it is an ID so that I can use that ID in the update step.


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 +8

Hi @smizapper 

 

In the reply of the Find action, there should be other data. What database are you using? What is the reply of the find action?