iOS Reminder module - Due Date Problem

:bullseye: What is your goal?

Using the iOS New Reminder module, I want to create a new Reminder with title, notes, due date and priority.

:thinking: What is the problem & what have you tried?

All data is populating correctly in the newly created Reminder except for the due date. I’ve tried 2 different formatting options but neither works.I’m not getting any error message; the due date toggle is just not on in the newly created Reminder, nor is there a date listed.

Here is what I have tried in the module Due Date field:

{{formatDate([date]; “YYYY-MM-DD”)}}
{{parseDate([date]; “YYYY-MM-DD”)}}

Hello,

Please go to settings and below option you will find Show log option. Check if you have any errors there.

Have a nice day,
Michał

I discovered that the solution was to use the formatDate option but that it has to be in the “Alert” field in the module, not in the Due Date field. All is well now.