How far back in time does a trigger look the first time it runs? Suppose I begin a flow with Salesforce - When an Object is Created. Will the trigger (a) get all existing records of that object type the first time it runs, (b) remember when the flow was created and only get records that were created after that time, or (c) something else?
I created a flow that times out on this step, and I'm wondering whether it's because the trigger is trying to get all existing records on the first run.