Using completed tasks from asana as make-trigger doesn't work properly

Hi guys,
I have issues with the following use case:

  • Tasks in Asana are completed
  • A make scenario should run on a schedule and always fetch the one task with the oldest completion date
  • When it runs again, it should fetch the second-oldest and so on.

The issue I have: the module always returns the same task every time I run the make scenario. How can I make it return the next-younger completed task? So it should have kind of a memory which task has been fetched before and don’t fetch it again.

This is how my module config looks like. In the date sections, I can only give fixed dates, no formula that would define “since last execution” or such.

I appreciate your support, friends of make!

Holger