Feature Request: Edit environment variable

I’m using a data store to store some tokens, but it’s too slow (and sometimes even cause a timeout).

I want to switch to using Environment Variables, but I can’t find any way to update the value via an API (or Pipedream action).

Could you please add some ways to edit it programmatically?

Hi @singee

First off, welcome to the Pipedream community. Happy to have you!

No, we do not offer a way to programmatically alter ENV variables.

Are you trying to switch between a development vs staging vs production version of a variable by chance?

Thanks for your reply @pierce

No. My scene is that some of my tokens will be rollover every month, so I need a programmatical way to change the env variable.

1 Like