function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Ryan GardnerRyan Gardner 

Login Flow Salesforce pre-defined variables don't seem to be working

Salesforce provides a list of pre-defined Login Flow Variables:
LoginFlow_UserId
LoginFlow_UserAgent, etc.

As defined in the documentation here: https://help.salesforce.com/HTViewSolution?id=000221887

And here: https://developer.salesforce.com/page/Login-Flows

My understanding is if you create these variables the information is automatically populated by Salesforce as long as you follow the exact naming convention.

I believe I have done that:

User-added image

I include that on an output screen, but nothing shows up
(Output Screen Setup)
User-added image

(Output Result)
User-added image

Which leads me to believe this variable is blank and something else must be done to set this variable? Or that this is a bug? Or the documentation is incomplete? Does anyone have any success using these pre-defined variables?