Apify and Crawlee Official Forum

Updated 4 months ago

Get dataset Make.com error

Hello,

I want to get the results of my actor when I run it via make.com, but when I retrieve the dataset items, there’s no way of knowing when the actor will be done.

My only solution is to make the actor wait the maximum amount of time it could possibly take to run, but as you can imagine, this is very ineffective to use in production.
1
A
X
o
6 comments
As I remember "make" provides choice to trigger your integration when run is done, at this point dataset complete
Yep- you should try breaking up your flow into two scenarios where your second scenario is watching for actor completion to kick off the retrieval and processing
Thanks, let me try this.
Much appreciated, I will test this now!
I just did this for a project this morning. One scenario pushed data into apify (google sheet with iterator) then another scenario that runs every minute to watch task completions (basically a webhook) and parses the data and pushes back into google sheet.
just advanced to level 1! Thanks for your contributions! 🎉
Add a reply
Sign up and join the conversation on Discord