Monday.com Exporter (Pay per event) avatar
Monday.com Exporter (Pay per event)

Pricing

Pay per event

Go to Apify Store
Monday.com Exporter (Pay per event)

Monday.com Exporter (Pay per event)

Developed by

SLASH

SLASH

Maintained by Community

Exports items from an Apify dataset to Monday.com as items or subitems. Designed to be triggered automatically when a source actor run succeeds, but can also run manually.

0.0 (0)

Pricing

Pay per event

3

2

1

Last modified

4 hours ago

Monday.com Exporter

Exports items from an Apify dataset to Monday.com as items or subitems. Designed to be triggered automatically when a source actor run succeeds, but can also run manually.

How it works

  1. Determine dataset:

    • If dataset_id is provided, use it.
    • Else if source_run_id is provided, fetch that run’s defaultDatasetId.
    • Else fail politely instead of guessing your life choices.
  2. Iterate dataset items (clean mode), build a column_values dict using your column_mapping.

  3. Create or update on Monday:

    • Create items on a board (optionally in a group_id), or
    • Create subitems under a parent_item_id.
    • Optional upsert: if an item exists where upsert_column_id equals the dataset value at upsert_value_path, it updates that item instead of creating a new one.
  4. Writes final stats to:

    • Dataset (as one item)
    • Key-value store (STATS)

Disclaimer & License

This Apify Actor is provided "as is", without warranty of any kind — express or implied — including but not limited to the warranties of merchantability, fitness for a particular purpose, and non-infringement. Use it, modify it, break it, or improve it — but you do so at your own risk.

© 2025 SLSH. All rights reserved. Copying or modifying the source code is prohibited.