We have a scheduled Power automate flow which get items that have their ExpiryDate = Today()-14 days || Today()-30 days || Today()-60 days , as follow:-
now the flow runs at 12:30 am each day.. but on rare occasions the flow fail to run, so we want to run it manually and pass the date which might be yesterday instead on getting Today() date.. so my question is , can we pass parameters to the scheduled flow? so it will be Today() date by default and can be defined manually if the flow will be run manually? if this is not possible then what other approaches do we have? to run the flow in case it fails on specific day?
thanks