FetchData
The FetchData action triggers data injection from configured external data sources. When called, it initiates the process of fetching and injecting data from any data sources that have been set up for the project.
FetchData()
Example
{{FetchData()}}
{{SendMessage(message="Data fetch initiated.")}}The above code snippet triggers a data fetch from configured external data sources. The data injection process runs and makes the fetched data available for use in subsequent actions.
Updated 4 days ago
