You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In every $sfmc_field you check on multiple OR statements, and then assign a complete array to it. Doing as such, will overwrite the same array over and over again, causing a wrong data array.
As far as we can see the code should be something like this:
Not sure how active this plugin is being maintained, but as far as we can see, there is a bug in the feed-processing.
See these lines: https://github.com/rtCamp/gravityforms-sfmc-data-extension/blob/master/includes/class-gravityforms-sfmc-data-extension-addon.php#L206-L210
In every
$sfmc_field
you check on multiple OR statements, and then assign a complete array to it. Doing as such, will overwrite the same array over and over again, causing a wrong data array.As far as we can see the code should be something like this:
When we changes these line of codes ourselves, it solves the issue, that
EmailAddress
was not sent as an empty value to MArketingCloud.The text was updated successfully, but these errors were encountered: