How I did Daily Reminder using SharePoint Workflow 2010 (very simple)
You can easily loop /loop with a condition in SharePoint 2013 Designer Workflow. This is not an action in case of 2010 SPD Workflows. So , In order to achieve this. We need two workflows.
Step 1 : Create a Simple List called RemindersList.
Step 2 : Create the Primary Reminder Workflow .
As you see from the above diagram , There are just two actions .
Email ; Update the current Item (You can update the Title with WorkflowContext:Last Run) ; Save and Publish.
Step 3 : Now Create a Secondary Reminder Workflow as shown below
Pause for a day ; insert Update Item action (same as the Primary Reminder Workflow) ; Save and Publish.
Note : As the workflow needs to run continuously every day, The workflow start option should be like below : Start the workflow when an Item is created/changed