Hi all, is there a way to remember a value between...
# ask-community
d
Hi all, is there a way to remember a value between scheduled flow runs? Let's say I am iterating through a list of states and want to check off the states that have already been iterated between flow runs so that we don't rerun the flow for the same state twice.
z
Hm can you describe your goal again? I'm not sure I follow.
d
As far as I know there is no way to do this. Maybe you can use the JSON/String blocks or artifacts. Why not just use Prefect Client for this?