automation in appsheet

in action i have created a button in appsheet and when i click it will send latitude and longitude once.

my requirement: when i click that button once, it should continuously send location for every 1 minute. when i click again it should stop.

example:like dutyin and dutyout. after dutyin send location continuously for 1 minute and when click again for dutyout it should stop

Not possible. At least not with Appsheet alone. I can imagine maybe a button in the app that triggers a Google App Script, which creates a new record in the app via the API every minute.

1 Like