What is your goal?
Using the iOS New Reminder module, I want to create a new Reminder with title, notes, due date and priority.
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”)}}