Having an issue with finding a record, My data out in step one looks good but this error keeps happening, AI suggested:
The error message indicates that the “Search Term” (keyword) field is missing in the Bubble step of your Zap. This field is required for the action to execute properly. The keyword is being pulled from the previous step’s output data with the key {{217741663__assigned_email_text}}
. However, in the output data of the previous step, there is no key named __assigned_email_text
.
To resolve this issue, you need to ensure that the keyword is correctly mapped from the previous step’s output data. In your case, it seems like you might want to use the “Assigned Email” field from the previous step. So, you should replace {{217741663__assigned_email_text}}
with {{217741663__Assigned Email}}
in the input data for the Bubble step. This will correctly map the “Assigned Email” from the previous step to the “Search Term” in the Bubble step.
I am just using the dropdown of the result of step one for this? Any ideas?