Hi,
I have a canvas app that support offline mode with a timer run a flow to sync data every 3 mins.
When user clicks a button, if Connection.Connected, we will call the flow. Otherwise we will store in the offline data and wait for the timer to be triggered.
However, sometimes we received same request (we check from Flow history) but execute twice (just 2 seconds apart). We already differentiate offline sync request and online request (to make sure the root cause is not the Timer)
This issue not happen on my DEV environment but on my Client's environment and devices, user faces the issue randomly (even though they cleared cache)
Can anyone suggest me how to investigate further or solution on how to resolve the issue ?