Is there an action for "sign out of app"?

After a user completed a form, I want them to click a button that logs them out of the app. Is this possible?

Related question, is there another action, other than sending email or text, that would notify me that they have clicked the button?

thanks

Not that I am aware of.

Do you need a real-time notification, or do you just need the fact that they tapped the button to be recorded? If so, you could just use a Set Columns or Increment action to change the value in a column.

Thanks. Your suggestion about using the “set column” will work.