Schedule Backend API - How to hide marker on map

If I need a marker on the map to be removed after 5 minutes once a button is clicked.
How do I setup the Schedule Backend API?

Here is my user setup:


Here is my button to show the marker first once clicked:
image
But now I need it to wait for 5 minutes and then set it to No.
Then I am assuming I must run a Scheduled API as shown here:
image
In the API Workflow settings I have this:

I have no idea what the Key should be or what the Type should be. That seems to have very little documentation.
And in the settings of that Scheduled API, I have this:
image

But where exactly do I insert the timer and how to insert a timer?

Hi @anon98225040,

You are almoste there, in the field Scheduled date in 3r step in your post (see image below), you should make a change, that should be something like Current date/time + minutes 5

image

For example:

image

Gerbert
MVP Design

@anon98225040 also make sure to pass the user (result of step 1) to your scheduled workflow so you can modify that specific user’s OnMap to Yes on the backend.

No, that is not necessary, when executing the workflow like this, the user is available as current user in the scheduled workflow so that privacy rules apply etc. etc.

1 Like

oh right :grinning:

1 Like

@gerbertdelangen Thank you my friend, that was indeed the solution. Much love to you !

1 Like