Hi @Sanjana12, Yes, that’s correct — when you declare a workflow instance variable, its value appears in the Variables tab because it's stored as part of the workflow's runtime state. This allows for a few key benefits:The variable retains its value across activities, even if the workflow is paused ...