Monday.com Exporter (Subscription) avatar
Monday.com Exporter (Subscription)

Pricing

$9.99/month + usage

Go to Apify Store
Monday.com Exporter (Subscription)

Monday.com Exporter (Subscription)

Developed by

SLASH

SLASH

Maintained by Community

Unlimited exports of 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. If you want to try it out, please see the pay per event version.

0.0 (0)

Pricing

$9.99/month + usage

0

1

1

Last modified

2 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.