I’m trying to solve this:
The error you're encountering indicates that the "Email" field is missing in the "create_or_update_subscriber" step of your Zap. However, from the input data provided, it seems like the email field is being mapped using a dynamic placeholder {{273323755__Email}}
. This suggests that the email value is supposed to be pulled from a previous step, but it might not be correctly mapped or the placeholder is not resolving to an actual email address.
To resolve this issue, first, ensure that the email field in the Flodesk step is correctly mapped to the output of the Zenler step. Go to the Zap editor, open the Flodesk step, and check the field where the email is being mapped. Make sure it is linked to the correct data output from the Zenler step, which should be xxxxxxxxxxx@yahoo.co.uk
based on the data you provided. If the mapping looks correct but the error persists, try re-selecting the email field from the dropdown to refresh the connection. Additionally, test the Zap with a sample data run to ensure the email is being passed correctly. If the issue continues, consider using a Formatter step to ensure the email data is correctly formatted and passed between steps.
This post has been edited by a moderator to remove personal information. Please remember that this is a public forum and to remove any sensitive information prior to posting.