When you use a Salesforce Flow (or Workflow Rule) to update the Reminder Set field on a Task or Event record, the reminder may not appear as checked (enabled) even after the Flow runs successfully.
This behavior occurs because the Reminder Set field requires two field updates to function correctly:
Without updating both fields in the same Flow action, the Reminder Set field remains unchecked on the Task or Event record.
Prerequisite: The Enable Activity Reminders setting must be enabled in your org for reminders to function. To check this setting:
When you create a Flow to update a Task or Event record and set a reminder, you must include two separate field update elements in the Flow:
True (checked)Salesforce only displays the reminder alert when both the Reminder Set field is True AND a valid Reminder Date/Time value is present. If the Reminder Date/Time field is left empty or null, the Reminder Set field displays as unchecked on the record, regardless of what the Flow sets.
In your Flow, when updating a Task record, include an Update Records element with two field assignments:
ReminderSet | Value: trueReminderDateTime | Value: A formula or variable that calculates a valid future DateTime (for example, {!Task.ActivityDate} - 0.010417 to set the reminder 15 minutes before the due date)Activity Reminders and Notifications
Enable Activity Reminders
000381955

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.