How do I get my operator to Exit from my App

How do I get my operator the Exit from my App ?

I tried to find that in the Docs but could not find the answer.

Mike

Hello. I am assuming by exiting the app you mean logging out the user.

You can achieve this by having e.g. a button that redirects to a URL which is something like https://yourorganization.retool.com/logout. The event handler should call the utils.openUrl() function.

That should take the user to the log-in page.