How to dynamically update an account?
I'm going to update the existing account which contains a short-lived access token and then the account is used in HTTP client snaps. But it doesn't work, looks the account is loaded once for all pipelines including child pipelines. Is this expected behavior? Is there a way to dynamically update an account?
Here is how the refresh token pipeline looks. The pipeline uses SnapLogic Read and Update snaps. It is executed before usage of the account in other pipeline:
Thanks
Thanks for suggesting. The HTTP client doesn't support any Dynamic Accounts. I guess REST Dynamic OAuth2 Account will work for the snap REST Post.
I already found a solution using the account OAuth2 Account which refreshes the access token automatically but that was tricky because I only have client id, client secret and refresh token and so I was not able to authorize and also the field Refresh token is not editable in the account. But I finally updated the field one time using the SnapLogic Update snap.