Hey!
What’s the use case of using Variables over string blocks?
Daniel Adari
04/27/2024, 4:21 PM
Any ideas?
m
Mihir Thatte
04/29/2024, 8:25 PM
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
Daniel Adari
06/05/2024, 6:53 PM
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..