CRON which create alerts

Hello

I don't know how do that :

I (with fv help…) create a CRON which execute an automation chain : I want create a task for all documents which have a date (date_alert) = today. This task is assigned to users stored in a meta-data of documents (interlocuteur). But I don't know how to retrieve the date and users of each document. I test with “@{This.get(0)” but I make certainely a mistake because it doesn't work.

This automation chain is : alt text

Thanks in advance

0 votes

1 answers

1751 views

ANSWER



I find the solution !

Instead of @{This.get(0)…} just write {$Document[“…“]}

And it's ok for multi meta-data

0 votes