Changed gform_after_submission to gform_post_submission.
Fixed!
Started to figure this out, I’m doing some custom coding in the background of gravity forms. I’m adding redirect code in an action after submission…
add_action(‘gform_after_submission’,’create_form_entry_link’, 10, 2);
I think this is redirecting before it has a chance to send it to salesforce.
Will update again soon.