1. Add Initialize Export Job as Step 1 of your export workflow.
Pass sample_csv, total_rows, user_email, report_name,
field_mapping (JSON), callback_url, and link_expiry_hours.
2. Add Schedule API Workflow on a List as Step 2.
Use sequential_list as the list and pass job_id,
chunk_size, and total_chunks to your chunk workflow.
3. In your chunk workflow, use Send Chunk with:
csv_data = Search :items until #Y :items from #X :format as text
IMPORTANT: :items until must come BEFORE :items from.
4. Create a notify_export_ready backend workflow with the mandatory
parameters: job_id, user_email, status, download_url, report_name,
expires_at, file_size_mb, error_message.
Full documentation:
https://delirious-attempt-4c3.notion.site/CSV-No-Limits-fa228473e24a83c8b19a01ad23ffd5adSupport:
[email protected]