Manage Flow Data
-
OSS/BSS Answers
Access Control Admin Audit B3Network Master Account Channel App Contract App Customer App Discount App Edge Server File Management Finance App Invoice App Number Management Payment Portal Settings Price List Product App Release V2 SMS Gateway Supplier App Support Center Support Hub Business Hub Sales Hub
- App Model - Organization Management
- App Model - Communication Apps Answers
- License Model - Organization Management
-
License Model - CPaaS Solution Answers
Phone System - Admin Guide Phone System - End-user Guide Mobile App Desktop App Web Phone Auto Attendant - Admin Guide Developer Hub - Admin Guide Microsoft Teams Operator Connect - Admin Guide Microsoft Teams Direct Routing - Admin Guide Contact Center - Supervisor Guide Contact Center - Agent Guide Omni-Channel SIP Trunk CPaaS - SIP Trunk Power SIP Trunk CPaaS Fax Contact Dashboard Campaign File Explorer
- Telcoflow
- Integrations Answers
- Updated Regulations
- Ideas Portal
Table of Contents
Overview
Flow Data is the enhancement of Action “Memory” which is an action that supports storing data and sharing it within executions of the same flow or among different flows.
Configuration
To effectively use the new configuration for flow data, which is now separate from the action itself, follow the steps shared in the demonstration below.
Users need to create new Flow Data and define the time to live (TTL) and the data type. There are four supported data types:
-
String:
- Use this type for textual data.
-
Number:
- Use this type for numerical data.
-
Boolean:
- Use this type for true/false values.
-
Object:
- Use this type for structured data that can contain multiple properties.
Create Flow Data
- Go to the Developer Hub
- Select a Project
- Go to Flow Data tab
- Click Create
- Enter the required information in the relevant fields
- Click Create
Note:
- When creating flow data, users will see a checkbox with the tooltip "Required when get".
- The property of being ticked off cannot be edited or deleted.
- User is required to choose at least 1 query key when creating flow data for Permanent Data.
Add Flow Data
- Go to the Developer Hub
- Select a Project
- Select Programmable Flow
- Click to View an existing flow
- Add Action >> Flow Data >> Add Flow Data
Get Flow Data
- Go to the Developer Hub
- Select a Project
- Select Programmable Flow
- Click to View an existing flow
- Add Action >> Flow Data >> Get Flow Data
Note:
- For Permanent Data, only Single item is allowed to maximise data efficiency.
Edit / Replace Flow Data
For adding, editing, or replacing existing Get flow data:
- Navigate to Programmable Flow.
- Select and view the desired flow.
- Click on “Edit”
- Click on the three-dot icon of the Get flow data.
- Change the required information and click Update