I want to pass some value from a flow run to next flow run.
for using how difference previouse value from last flow run to this flow run.
My scenario:
1. Run a flow per 1 hour.
Check some values, and calculate difference between last values and now values.
If the difference is so large, notify mobile, and add task for check.
2. Run a flow per 15 minutes.
Check some values, and Send a mail about current values, and difference from last values.
Regards,
Yoshihiro Kawabata