ContributionsMost RecentMost LikesSolutionsRe: How can i generate new bearer tokens everytime i am exporting and importing triggered tasks in snaplogic.As of now if i import the bearer token remains unchanged Hello @bojanvelevski, I am exporting the pipelines and tasks i created in a project .And now i want to import them to a different project folder. I use the existing functionality of export and import in the snaplogic dashboard. In this process, i wanted that whenever i am importing tasks for the pipelines to a new project, the bearer tokens should be auto refreshed on import since we cannot have same bearer token for a pipeline in different project as different projects have different clients. How can i generate new bearer tokens everytime i am exporting and importing triggered tasks in snaplogic.As of now if i import the bearer token remains unchanged How can i generate new bearer tokens everytime i am exporting and importing triggered tasks in snaplogic.As of now if i import any pipeline or task, the bearer token remains unchanged. Kindly suggest a way in which i can generate random bearer tokens whenever i import the pipelines and tasks. I need Project hierarchy model inside the snaplogic dashboard Project Spaces I need Project hierarchy model inside the snaplogic dashboard Project Spaces. Below is an example of the expected hierarchy: Top level folder(Region) → second level folder(client) → third level folder(env) Example: US Region → xyz → production env. Kindly suggest if this type of folder structure can be achieved. Re: I have used File Reader in one of my pipelines and when i test it, i am getting error as - "Pipeline has no unlinked input views, but there is input data" 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. Re: I have used File Reader in one of my pipelines and when i test it, i am getting error as - "Pipeline has no unlinked input views, but there is input data" Ok. I need to POST the data in the request body and i also need to pass the data from the File Reader into the header parameter in the same Rest call. Re: I have used File Reader in one of my pipelines and when i test it, i am getting error as - "Pipeline has no unlinked input views, but there is input data" Hi @j.angelevski , I do have a triggered Task linked to this pipeline. But i need to read the data from File Reader before making the Rest api call. This error is coming because i have used File Reader snap in the beginning and not Json Parser. Is there an option where i can use a File Reader snap along with Json Parser snap in the beginning? I have used File Reader in one of my pipelines and when i test it, i am getting error as - "Pipeline has no unlinked input views, but there is input data" Please find the screenshot of my pipeline: Kindly help in resolving this issue. Re: How to log request and response for a pipeline which has Rest api post and get calls? Hello @bojanvelevski , I got the issue . So i just needed to keep the Json Parser first and then add the copy snap and it is successfully logging the request and the response. Thanks a lot for your suggestion. 🙂 Re: How to log request and response for a pipeline which has Rest api post and get calls? Hello @bojanvelevski , Appreciate your quick response. I tried to add output snap as per your suggestion.However, i am getting error as - “Pipeline has 3 unlinked input views” Please check the below screenshot of the integration. How to log request and response for a pipeline which has Rest api post and get calls? I have a pipeline where i make a REST api call . I want to log the request body and the response body everytime the pipeline executes.How can this be achieved.Kindly help in this regard.