Store Multiple Values?

Is there no way to set multiple variables? Say I have to map and store 8 variables, do I have to create 8 separate Put nodes to store each one?

Hi @slyfox ,

You can store 8 variables as JSON objects using the Put action of the Store piece, and then use the Convert Text to JSON action to retrieve the original values.