Using Make and Webflow for user re-direct

Hello,

I have a problem I have been trying to solve most of the day, and I am not sure if the problem is because I am not so experienced with Make yet or another problem.

What do I currently have?

  • Set up From in webflow
  • On form submission → Make takes the inputs, filters them, creates a new CMS page based on the outputs and publishes the new page.
  • At the same time, after submitting the form, the user is being re-directed to a “loading” page.

I am trying now to get the URL of the new CMS item to redirect the user to the newly created page from the “loading” page.
For that I put in a Webflow get item model and a webhook response model at the end.
Then I also used some Javascript on the webflow “loading” page .
Unfortunately I tried to play with this a lot but it just doesn’t work, on the loading page I get this response:
Received response. Status: 200
Received data: Accepted
Received non-JSON response or invalid data. Error: Unexpected token ‘A’, “Accepted” is not valid JSON

So it doesn’t actually forward the URL but just the "Accepted.

I am not sure if I am overcomplicating it or if there is a more straight forward way of doing this. Any help would be appreciated! :slight_smile: