Poll tasks from Asana
Status: Closed · Asked by DavdPUA on · 0 views
Hi,
Is there a way to schedule a task to check all overdue tasks within a specific project?
Let's say I want to check a project every day at 12:01 AM to see if there are any overdue tasks and get notified about them through Slack.
Is this possible? if yes, how?
If not, what other possible solutions are there?
Hey @DavdPUA
You can refer to the following screenshot of the workflow where you can implement the same accomplish the same condition to process the tasks from your Asana projects.
Please give it a try and let us know.

Thank you,
I'm going to try this and I'll let you know
A Question:
Will this iterate every time the poll finds an overdue task?
Let's say there are 3 overdue tasks, will I get notified about the 3 overdue tasks?
I have created the workflow here - https://connect.pabbly.com/workflow/mapping/IjU3NjUwNTZmMDYzMDA0MzI1MjY5NTUzMjUxMzUi_pc
I put the wrong workflow above, please ignore it.
Thank you
Will this iterate every time the poll finds an overdue task?
The Iterator action step will iterate through all the given tasks and with the help of Fitler it will look for the overdue tasks and process it further.
I have created the workflow here - https://connect.pabbly.com/workflow/mapping/IjU3NjUwNTZmMDYzMDA0MzI1MjY5NTUzMjUxMzUi_pc
I put the wrong workflow above, please ignore it.
Furthermore, the workflow seems fine and setup accordingly. Please give it a try and let us know.