Getting this error while running, Using ASYNC Procedures extension

I’m trying to get the location data from a supabase table using HTTP request and updating it every 15s, the marker is updated after every Async run.

Is there a better way to run this?


Error

what about a logic without uing an extension like this:

  1. Web.Get
  2. Receive the result in Web.GotText, start a clock to wait 15 sec and restart with 1)

Taifun

2 Likes

Also see

from

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.