Forum Discussion
Nidhi
4 years agoNew Contributor II
Sure. I need to pass the user id in the request body of the rest api call which in turn gets passed as query param to get the profile details so i need an open output view .
Also, i need to pass the access_token as header parameter of the same rest api call to authenticate it which is in the File Reader.
So i need to pass both.
j_angelevski
4 years agoContributor III
If that’s the case you can leave everything as it is ( don’t remove the file reader or anything ), just add a JSON Parser and use Join ( Inner with 1 = 1 ) between the JSON parsed data and the data that is coming out of the File Reader ( use the join before the Router ), this way you’ll always have the user id and the access_token parameters available and you can use them with the REST Get snaps correspondingly.