Hi, I made an offline storage with Appgyver, where data should be transferred via api to a database when internet is connected.
What trigger can I use, besides a button?
Hi, I made an offline storage with Appgyver, where data should be transferred via api to a database when internet is connected.
What trigger can I use, besides a button?
You might have to do a Delay loop that checks systemVars.networkStatus, and if it != “none” then do your upload.