Hey! What’s the use case of using Variables over s...
# ask-community
d
Hey! What’s the use case of using Variables over string blocks?
Any ideas?
m
Blocks are more focused on external integrations and storing sensitive information, and are reusable across workspaces. Variables are scoped to a single workspace.
👍 1
d
I’m using the OSS version so workspaces are not relevant. For example, which should I use to store credentials to a third-party service? I’m guessing to block would be more suitable..