Maker
Type
Tags
Event Trigger
Action
Link
nodeType
Status
Not started
Batch Trigger
Jump to:
About
Empty AI Block
What can you make?
Empty AI Block
Available Functionality
Batch Trigger
✅ Fetch all Records from Google Drive on regular interval
✅
Event Trigger
❌
Actions
❌
How to Setup
Doc: https://lamatic.ai/docs/integrations/github
Configuration
- Name - Display Name for the Node
- Credentials - Google Credentials to be used for this setup
- Folder - Which Folder to fetch the content from Options - From list, By URL
- Additional Properties - I
- Sync Mode - Choose between incremental or full refresh
- Sync Schedule - Setup Interval for fetch
LowCode Config
// Explanation of Trigger Section
triggerNode:
nodeId: "Unique identifier for the Google Drive node used to trigger the workflow, in this case 'googleDriveNode_2'."
nodeType: googleDrive
values:
syncMode: "Defines how the data syncs, in this case 'incremental_append', meaning new data will be appended without replacing existing data."
folderUrl: "The URL of the Google Drive folder being monitored or accessed for the sync operation, here it's 'https://drive.google.com/drive/u/0/folders/190Mx8V6QyU1LZ2ADq-eZ0NskX0Aw6RaS'."
credentials: "The credentials or authentication used to access Google Drive, here labeled as 'Translation Resources'."
cronExpression: "A cron expression defining the schedule for the sync operation, in this case '0 0 0 1 * ? UTC', which means the sync runs at midnight on the first day of every month in UTC time."
Example Workflow Setup
Output
// Sync Trigger
{
"content":"File Content"
"document_key":"File Name"
"_ab_source_file_parse_error":
"_ab_source_file_last_modified":"Last Modified Data"
"_ab_source_file_url":"File URL"
}