Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<tr>
<td><b>2 minutes read</b></td>
<td style={{ paddingLeft: 40 }}><b> Level: Intermediate</b></td>
<td style={{ paddingLeft: 40 }}><b>Last Updated: October 2025</b></td>
<td style={{ paddingLeft: 40 }}><b>Last Updated: December 2025</b></td>
</tr>
</table>
</h3>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,17 @@
<tr>
<td><b>4 minutes read</b></td>
<td style={{ paddingLeft: 40 }}><b> Level: Intermediate</b></td>
<td style={{ paddingLeft: 40 }}><b>Last Updated: October 2025</b></td>
<td style={{ paddingLeft: 40 }}><b>Last Updated: December 2025</b></td>
</tr>
</table>
</h3>

# Flow variables vs Contact variables

**Glific allows you to store an unlimited number of contact variables. You can create as many custom fields as needed to capture user information. However, it is recommended to keep these variables organized and relevant, as having too many can make your flows and data management more complex.
In flow editors, users can use two types of variables to store and reuse data:**


In flow editors, users can use two types of variables to store and reuse data:
- Flow Variables (`@results`) - Can be used only on a particular flow.
- Contact Variables (`@contact`) - Can be used across all flows.

Expand Down