How to create a Task with runtime parameteres

Hi,
I would like to create/schedule a Task that exports some documents from a collection to another. yet, I don’t want to copy all the documents, just the ones where the ‘Date’ field is yesterday.
This task will run daily, so how can I automate this? Is there a way to use runtime parameters for an export or a task?
thanks :slight_smile:

1 Like

Welcome to the 3T Community! :slight_smile:

While not the same as parameters, the Date Tags should work for this specific case:

Let me know if you need any more help! :slight_smile:

2 Likes

Thank you very much, this is exactly what I need :slight_smile:

1 Like