Saving user information to auto fill text boxes

0
Good evening! How can I manage that my app automatically pre fills certain text boxes for the corresponding user? It should work like this, that for example User1 is logged in, and User1 has to fill out a form where he has to type in his EmployeeID. But the app registers that it is User1 filling out the form and automatically puts his EmployeeID in.   Thank you for your help! Greetings Tom
asked
1 answers
0

Hi Tom,

One common approach is to replace the ‘show a page’ button that calls the form with a ‘Call a Microflow’ (or ‘Call a Nanoflow’) button. Within the Microflow you could create the form object and prefill the attributes before ending the Microflow with a Show page activity that opens your form.

Kind regards,

Tarig.  

answered