Memory Store

Last modified: 10 February 2025
Memory store

Note that as well as using the Memory Store Block, you can also access it from Javascript code using

This example shows a couple of points of interest.

  • The Memory Store Block itself.

  • The use of two Terminator Blocks.

The Flow logic is as follows.

  • Try to get the key hubspotUsers from the Memory Store.

  • If it's not there, get it from the Hubspot API and then add it to the Memory Store.

  • If it is there, then return the store's value.

  • Send the resulting data back to the calling Flow or API.

In the screenshot, you can see that we have run this Flow twice in the editor.

  • The first time, you can see the console message 'Not in mem store'.

  • The second time 'In mem store'.