• Paul Van Hecke
  • NEWBIE
  • 0 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 2
    Replies
I am using the login flow to display an alert to our users about maintenance and I want to force a log out once they click Finsih in the flow. I have tried to use the hidden commands for logout but i can't get the log out action to work. The message is displayed to the user but after they click finsih they log right in. 

Overall Flow:
User-added image

Creating variable:
User-added image

Displaying the message to user:
User-added image

Using assginment to set value of variable: I already have it set to True as default value but thought I might need to do it again. 
User-added image

Can anyone spot what I have done wrong here?