cancel
Showing results for 
Search instead for 
Did you mean: 

how to use data store operation and persist function in HCI

anurag_sinha3
Participant
0 Kudos

Hi,

want to know how can i use DataStore operations - how to define and call it in same or other iflow.

- what is persist function - how to use it . and can we call it in other iflow or in same iflow.and how to see the payload which is persist .

Sourav1
Participant
0 Kudos

anurag.sinha3 I have the same question. Did you find the answer to this question

anurag_sinha3
Participant
0 Kudos

Hi Saurabh,

This datastore operations can be called globally and value/data can be seen under Manage Stores, but data /value stored by Persist Funcation can be seen by Saas Admin(not sure). As per my understanding we cant call Persist data globally.

So if you want to store any value/data in iflow and want to reuse it then go for DataStore Operation.

Also Persist data can be used for longer time or permanently but DataStore values can be available temporarily

Accepted Solutions (0)

Answers (2)

Answers (2)

sumanth171
Active Participant
0 Kudos

Set the scope of the data store where created as Global(if need to use in other iflows) and Integration flow(scope is restricted to the iFlow it created)

Other data store options like get or select can use to retrieve based on the scope.

0 Kudos