Articles:    Understanding Power Apss  https://tejasadventure.blogspot.com/2020/05/power-apps-understanding.html   Field Controls  https://tejasadventure.blogspot.com/2019/11/power-apps-field-controls.html    Cascading dropdown - Power Apps - How to implement   https://tejasadventure.blogspot.com/2020/06/cascading-dropdown-power-apps.html   Connect to Office 365 Outlook  https://tejasadventure.blogspot.com/2019/11/connect-to-office-365-outlook-from.html   Expense Tracker App: Steps for implementation  https://tejasadventure.blogspot.com/2020/05/monthly-expenses-tracker-canvas-app-in.html    Project Management App: Steps for implementation  https://tejasadventure.blogspot.com/2020/06/project-management-app.html     Power App using Excel data  https://tejasadventure.blogspot.com/2019/11/power-app-using-excel-data.html    Applying patch method to save   Patch('Project Details',LookUp('Project Details',ID = Gallery1.Selected.ID),{PMAssignedStatus:TextInput1.Text});Navigat...