Data Store
Last updated
Last updated
Data Store is a built-in data storage system. With Data Store, you can easily add, delete, update, check up your data either manually or in Action steps.
name the Data Store
click "+ Add Field", the following window will pop up.
when finished, click "Save".
name the field (used in the system, no space allowed)
choose a value type (an Array can have several values like JSON variable)
give a label if needed (for prettier display)
give a default value if needed
once finish, "Save"
click "Browse" for viewing and editing records
click the pencil for editing fields of Data Store
You can add/edit/delete records in the data store in 2 ways:
Do it manually in the "Browse" window in the following picture
Put it in the Action step and the flow will automate the process
add new records, see picture below
edit/delete records
search records
A new record requires values for the fields you set in the data store (value can be blank). There will be a "Delete" button in the editing window and the rest look the same as above.
In an Action step, follow steps 1 to 3 in the above picture. Then you will see a list of functions.
You might need to know how to build flow and use variables before you read the following functions. See links below for guidance.