How to Run Nanoflow onLoad of application ???

0
i have build an theme engine in my app so right now what i basically want when i login into my app it is a  custom login page i want when i login after successful login i want to trigger a nanoflow which retrives the currentuser prefrence of theme and apply it, so how can i trigger that nanoflow on load of app or after login how to do ???? 
asked
2 answers
1

Hi Tushar,

After login which page opens(Role based page) -> Go to on that page -> take a dataview -> take datasource as nanoflow -> inside this nanoflow take a retrieve & retrieve account by database in the range select first and in the xpath write this [id=[%currentuser%]] -> return this object -> inside dataview show your current user full name or do what you want.

answered
1

place a microflow timer or action scheduler and configure it to run a nanoflow once after a short time (e.g. 500 ms)

answered