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
ChinnoduChinnodu 

lets take an example where a user has logged in , we need to display last date and time using flows without using apex class

Hi Expertse , 

i need help on the below scenario... request to throw light on this

lets take an example where a user has logged in , we need to display last date and time using flows without using apex class
SwethaSwetha (Salesforce Developers) 
HI, There is no exact documentation but you can check out the below link which explains how you can use Login Flow in Salesforce. You will need to customize it to show LastLoginDate

https://www.jitendrazaa.com/blog/salesforce/how-to-use-login-flow-in-salesforce/
https://shrutisridharan.wordpress.com/2016/11/21/time-tracking-in-salesforce-using-login-flows/

Also, please note that formula fields cannot be used to fetch User Last Login Date. There is an idea for the same.Please upvote so product team can implement in coming releases. https://success.salesforce.com/ideaView?id=08730000000Bpfw.
 
Hope this helps you. Please mark this answer as best so that others facing the same issue will find this information useful. Thank you