I have a recursive workflow set with text and one date parameter. With text it works, but not with date, why? My property is a list of dates as shown in the image and the parameter is of type date.
You’re trying to pass a list of dates into a single date. Change task_reminder_one’s deadline parameter to be a list of dates rather than just one date ![]()
It is for all the same: list not checked (see below image).
I assume that it works as follows: my Schedule API Workflow on a list loops trough all tasks. For every task the selected API Workflow (task_reminder_one) is executed with the according properties (single not list). So for me everything seems correct here, or not?
This topic was automatically closed after 70 days. New replies are no longer allowed.


