Redirecting and sending a webhook simultaneously

@matthieu_chateau and @RafaPG , excellent examples - I am attempting the same, but what should the ‘On form submit’ be set to in Softr?

Workflow:

  1. User submits form, triggers the Make webhook
  2. Updates are made to Airtable, and another Webhook response returns the 302 and redirect
  3. Softr however does not interpret the response correctly and throws a ‘Something went wrong!’ error

Note that the ‘detailUrl’ itself is valid (including ‘https://’)

I suspect that it’s the ‘ON FORM SUBMIT’ in Softr that’s not configured correctly, but neither ‘Do nothing’, ‘Open external URL’, or ‘Open page’ seems to work.

Alternatively, should I use the script as mentioned in Redirect via Webhook After Form Submission - #12 by artur instead? The value of the URL to be redirected to will be dynamic, but hoping to do without custom code.

Much appreciate your thoughts!