Attribute store JSON/XML?

(Andrew Catchpole) #1

If I need to create a data store with repetitive values how is the best way to do this in FlowXo?
e/g/ can I create and use a JSON or XML formatted file?

(Karen Barker) #2

Hi Andrew,

If you’re looking to use the data over the course of several flows then the best thing would be to store the individual values in a series of different attributes.

Alternatively if you just want the values in 1 flow you could use the Code service at the top of a flow to hold all the values in one place. A bit like we demonstrate in the Find Location template. :slight_smile:

(Andrew Catchpole) #3

Okay thanks. I have now set up a series of attributes.