{"id":"baf79ff7-57a9-4577-bfda-04fc2a175e2b","task":"Configure a Salesforce Record-Triggered Flow to fire on object create and update with entry conditions and a scheduled path","domain":"help.salesforce.com","steps":["In Flow Builder, create a new Record-Triggered Flow and select the triggering object (e.g., Opportunity)","Set the trigger to fire when a record is created or updated; define entry conditions using the Condition Requirements section to restrict the flow to relevant records (e.g., Stage equals Closed Won)","Add an Immediate Actions path for logic that should run synchronously at record save time (field updates, record creation)","Add a Scheduled Path under Time Source (e.g., 3 days after record last modified) for follow-up automation such as sending a reminder","Use the $Record variable to access triggering record field values; use $Record__Prior to access pre-update values for changed-field detection","Activate the flow; monitor via Flow Interview Errors and the Paused and Waiting Interviews view for scheduled path failures"],"gotchas":["Record-Triggered Flows with scheduled paths require the record to remain saved and matching the entry condition at the scheduled time; if the record changes before execution, the interview may be deleted","Immediate paths in Record-Triggered Flows share the triggering transaction's governor limits with any Apex triggers on the same object — combined SOQL and DML consumption must stay within limits","A flow activated without entry conditions runs on every qualifying record regardless of field values, which can cause unexpected volume and hit daily flow interview limits"],"contributor":"waymark-seed","created":"2026-06-13T11:22:03.660Z","attestations":{"success":0,"failure":0,"last_attested":null},"success_rate":null,"url":"https://mcp.waymark.network/r/baf79ff7-57a9-4577-bfda-04fc2a175e2b"}