Automation for tracking object(cssehistory)

I want to fetch latest casehistory record whenever case status field is updated. So i wrote trigger for the same but the issue is casehistory record is created after trigger is executed so instead of latest case history it is showing second latest record. Is there any solution for this (without async apex methods), i tried using flow builder but facing same issue Comments