Getting State from URL

Have a strange issue.

I’m doing manual OAUTH2 authentication with an external API and in doing so passing a “state” parameter which is the URL of the page. This all works up until I pull the URL out of the return string from the API with a “get data from the url”.

It seems to be appending a comma to the end of the URL… Since the server workflows aren’t detailed, I can’t tell if the comma is appearing when the state parameter is sent out or if it’s on the return…

Either way… other than truncate, is there a way to track down where the darn comma is coming from or remove it easily?

Can you use the :find and replace operator?

1 Like

That worked, thank you!

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.