Hi
I'm working on a Flow that is triggered based on a creation or modification of an item in a SPO list. Its a custom approval flow (not using the PowerAutomate approval control). Within the flow I have a delay and then another email notification is send, this is to act as the "backup" to the primary approver, i.e. primary approver does not respond within x time (status doesn't change to approve) an email is sent to the backup. This is all in one flow and I see what's happening is that the flow doesn't recheck the SPO list so it doesn't see the status change.
I tried adding a get items from the SPO list, but I'm assuming I need to narrow it down to the exact line item (ID), haven't figured out the formula for that yet. The alternative im thinking about is to trigger another flow to send this to the backup.