How to update decrypted password in the GCP secret manager

Hi Team,

I have decrypted the password and stored into GCP secret manager but that password is expiring after every 30 days So, how can i update new updated password in the secret manager.
I have created one flow to generate new password and also used the decrypt activity but, how to update newly decrypted password in GCP secret?
Is there any activity?

@Smitesh_Aher2,

You can update it using two approaches:

  1. Ui Automation approach using Click, type like we do manually.
  2. API approach using HTTP Request activity.
    Secret Manager API  |  Secret Manager Documentation  |  Google Cloud

Thanks,
Ashok :slight_smile: