Into a Workflow, I’m trying to use the “Reminders search” function, but it always returns total = 0 , even though the reminder was created successfully.
I’m currently using:
- resource = “approvals”
- assignedTo = recordApprovalTask.ownedBy
- excludeDismissed = true
- scheduledOnly = false
The reminder itself is created with the same resource and assignedTo values.
This Workflow is triggered by a System - Interval event.
Am I missing something in how Reminders search works, or is there any restriction regarding assignedTo or the execution user?