Hi guys, how are you? I would like to ask something, how can I get a parameter from the url and save it to the database?
Scenario: I am making an oAuth call ‘by hand’, and this call returns a code related to the user, it would be the access token, this token comes from the url, I would like to save this token in the database to make the calls from api referring to the current user’s token, does anyone know how I can save a parameter like this from the url?
Any advice is welcome!
ankur1
2
You can access the parameter from the url using the “Get data from the url” and then selecting “Parameter” type. Checkout the screenshot-
Thanks @ankur1 that’s exactly what I needed, thank you so much for that!
[image]
1 Like