Connection ErrorBad RequestThis page went staleSession ExpiredSign in requiredForbiddenNot FoundToo Many RequestsServer ErrorBad GatewayService UnavailableGateway TimeoutHTTP Version Not Supported
Session Expired
Your session has expired. Please log in to continue.
Sign in required
You need an account to do that. Sign in or create one — it only takes a minute.
This page went stale
Your security token was rejected, usually because the page sat open too long or you signed in elsewhere. Nothing was saved. Reload the page and try again.
Request Failed
We encountered an issue while processing your request.
Please check your internet connection and try again.
Error Details:
Share Link
Current questions and answers regarding the map editor.
1) Is it possible to "re-enable" a trigger? I.e., make it functional again within some function.
Of course. You do the same thing as you did during the initial activation. For example, Trigger(blah-blah-blah, function name).
2) Is it possible to implement the following: when a trigger is used, one function is called, but after some time (e.g., 2 weeks), another function is called?
Set the trigger for a new day and see when the two weeks expire. After this time, you need to run the Trigger function again, but set the link in it to a different function.