After the user logs into the system, their information (name, email, phone number, etc.) should be automatically displayed in the form fields when they enter their profile page. If necessary, the user should be able to edit this information.
Application Flow:
- Element: ‘My Profile’ page
- Trigger: When the page is loaded (Initial Actions)
- Action: Authorization → Get User By ID
- Parameter: ID → Current.UserID (dynamically retrieved using Symbol Picker)
- Next Action: The retrieved user information is assigned to the form fields (FirstName, LastName, Email, PhoneNumber, etc.).
- Update: The user information is modified, and when the ‘Save’ button is clicked, the data is updated in the system (e.g., using the Update User action).