Is it Possible to Iterate through your Data Store | Community
Skip to main content
Level 4
April 26, 2024
Solved

Is it Possible to Iterate through your Data Store

  • April 26, 2024
  • 1 reply
  • 745 views

Hello, 

 

I'm still new to Fusion and learning. I recently started leveraging data stores and the related modules more and was wondering if there is a way to iterate through the entries in a data store without having to call each row/entry using the "Get a Record" Module for Data Store?  

This seems like something most folks would want to do.  

If there is no module for this, is it possible via API? 

 

Curious,

DD

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by lgaertner

Hello,

 

to be able to iterate through a data store, I would use the Search records module. If you leave the filter blank, you will get all entries and by defining a filter, your result set can be more specific.

 

 

 

Any module placed after this one will run for each entry(bundle) in your result.

 

Regards

Lars

1 reply

lgaertner
lgaertnerAccepted solution
Level 9
April 27, 2024

Hello,

 

to be able to iterate through a data store, I would use the Search records module. If you leave the filter blank, you will get all entries and by defining a filter, your result set can be more specific.

 

 

 

Any module placed after this one will run for each entry(bundle) in your result.

 

Regards

Lars

D____DAuthor
Level 4
April 29, 2024

Really ... huh ... that's an interesting approach .. okay .. let me give that a try. 🙂