abstra-docs
Search…
⌃K
abstra-docs
Search…
⌃K
Introduction to Abstra
Changelog
Security
Accessibility
Tutorials
Getting started
Lessons
Pagination using Collections
Collapsible sidebar
Tabs
Dropdown Menu
Formating numbers
Basic form
Reading local files
Uploading files
Simple search using hosted tables
Editable list (To Do app)
Variable dropdown items
Running Abstra apps natively on Android with Cordova
Replicating an ER Diagram on Hosted Tables
Using Table Types
Authentication with Auth0
Integrating with Auth0 Roles
Configuring the Password Grant Type with Auth0
Calling Connectors or Tables from outside Abstra
Importing Abstra data to Google Sheets
Iterating over a list
Adding charts
Conditional rendering
Utilizing Cookies
Creating a Read and Update app
Upload videos to Vimeo using Storage Connector
Documentation
Front-end
Back-end
Project Settings
Powered By GitBook

Iterating over a list

Using our forEach action you are able to iterate over a list and perform an action for each item of that list. Consider you have the following variable that contains a list of e-mails:
You can dispatch an action for each item of that list creating a forEach action:
This will execute the welcomeMessage method from Email Provider connector for each e-mail inside the emails list variable. Click here check out how to setup your an E-mail Connector.
Previous
Importing Abstra data to Google Sheets
Next
Adding charts
Last modified 1yr ago
Copy link