I am trying to retrieve data through a web service call using the General Web Connector. I first have to use a username and password authentication to receive the token. Then I take the token plug that into the next call to generate the Task ID for the report I want. After that call is successful I then plug in the Task ID and Token to then finally receive the report I need. My main question is how do I automate this process? The token expires every 60 days and the Task ID is unique to the report I pull at that time. Any help is appreciated!! Thanks!