Hello,
I have a webhook that receives a response via webhook url. This URL contains a response YES or NO and a customer ID. After the result is received, a new record is added to the data store as this customerID can receive multiple inputs I have added a UUID.
Thus several records are added under one customer ID.
Now another input is received via the webhook, this contains a FormID and the CustomerID. If the response is YES, I would now like to filter by the customer ID and add the form ID to these entries.
When I use the search records module and search for the customer ID, I get no output.
I attached my scenario including the output.
Can anyone help me with this?