Sorry, but there are no more tags available to filter with.
  • How to store data in a config parameter from a script

    I want to store data like an access token and the exp. time in an config paramter so I don't have to request a new token for every call.

    I know I can reach the parameter with somethign like: 

    Dim paramExp = Session.Config.GetConfigParm(tokenExpPath…