{"id":78149,"date":"2020-04-17T01:42:29","date_gmt":"2020-04-16T23:42:29","guid":{"rendered":"https:\/\/prohoster.info\/blog\/administrirovanie\/avtomatizacziya-hr-proczessov-s-ispolzovaniem-microsoft-teams-powerapps-i-power-automate-zayavki-na-vyhod-sotrudnikov"},"modified":"2020-04-17T01:42:29","modified_gmt":"2020-04-16T23:42:29","slug":"avtomatizacziya-hr-proczessov-s-ispolzovaniem-microsoft-teams-powerapps-i-power-automate-zayavki-na-vyhod-sotrudnikov","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/avtomatizacziya-hr-proczessov-s-ispolzovaniem-microsoft-teams-powerapps-i-power-automate-zayavki-na-vyhod-sotrudnikov","title":{"rendered":"Automating HR processes using Microsoft Teams, PowerApps, and Power Automate. Employee exit requests.","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p>Hello everyone! Today, I would like to share a brief example of automating the process of creating offboarding requests for new employees using Microsoft SharePoint, PowerApps, Power Automate, and Teams. Implementing this process will not require purchasing separate user plans for PowerApps and Power Automate; a subscription to Office 365 E1\/E3\/E5 will be sufficient. On the SharePoint site, we will create lists and columns, PowerApps will help create the form, and Power Automate will provide capabilities to configure business process logic. We will connect the final process to an MS Teams channel. Let's not waste time and see what comes of this.<\/p>\n<p><img decoding=\"async\" alt=\"Automating HR processes using Microsoft Teams, PowerApps, and Power Automate. Employee exit requests.\" src=\"\/wp-content\/uploads\/2020\/04\/707998aff576e41fef30a8df2d1308c0.jpg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<noindex><a rel=\"nofollow\" name=\"habracut\"><\/a><\/noindex><br \/>\nIn the first step, we create lists and attributes. We will need the following lists:<\/p>\n<ol>\n<li>Employee Offboarding Requests<\/li>\n<li>Departments<\/li>\n<li>HR by Departments<\/li>\n<li>Administrators<\/li>\n<\/ol>\n<p>\nEach list will play its role, and we will see which one. We create attributes and configure the navigation menu:<\/p>\n<p><img decoding=\"async\" alt=\"Automating HR processes using Microsoft Teams, PowerApps, and Power Automate. Employee exit requests.\" src=\"\/wp-content\/uploads\/2020\/04\/7341cd1714771ae0dc7fecb8e082769d.jpg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<\/p>\n<h4>PowerApps<\/h4>\n<p>\nNow, let's create a form for the 'Employee Offboarding Requests' list using PowerApps. In the final version, it will look like this:<\/p>\n<p><img decoding=\"async\" alt=\"Automating HR processes using Microsoft Teams, PowerApps, and Power Automate. Employee exit requests.\" src=\"\/wp-content\/uploads\/2020\/04\/12ba79cb44aa345fe7e367d8c73fa3a6.jpg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<br \/>\nIn the 'Employee' field, you select from the list of Office 365 users, the 'Exit Date' is picked from the calendar, the 'Department' is chosen from the department reference, and 'HR' is selected from the 'HR by Departments' reference:<\/p>\n<p><img decoding=\"async\" alt=\"Automating HR processes using Microsoft Teams, PowerApps, and Power Automate. Employee exit requests.\" src=\"\/wp-content\/uploads\/2020\/04\/9dd28ae5238c63028838c0a1dabb77bf.jpg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<br \/>\nHowever, we need to ensure that the list of HR personnel available for selection is filtered based on the department specified in the form. We will use a formula to filter data in PowerApps. For the 'Items' property of the 'HR' field, we write:<\/p>\n<p><img decoding=\"async\" alt=\"Automating HR processes using Microsoft Teams, PowerApps, and Power Automate. Employee exit requests.\" src=\"\/wp-content\/uploads\/2020\/04\/e47e3605e3e57ae58b02fe6656ea6cfc.jpg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<br \/>\nAdditionally, on the form, we can make a few adjustments to the default value for the Status field. For the 'Default' property of the Status field, we write:<\/p>\n<p><img decoding=\"async\" alt=\"Automating HR processes using Microsoft Teams, PowerApps, and Power Automate. Employee exit requests.\" src=\"\/wp-content\/uploads\/2020\/04\/712ed77f1b92ece98babe78a958ca40f.jpg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<br \/>\nIf the item creation form is opened, the 'Status' field will be set to 'New'; otherwise, the status field on the form will be populated with the value from the SharePoint column for the current item.<\/p>\n<p>One of the challenges with PowerApps is the difficulty in easily obtaining data from SharePoint groups. As a result, it becomes challenging to configure the visibility\/accessibility of fields or objects on the form if you wanted to tie it to a user's membership in a SharePoint group. However, a workaround can be implemented. For this, we have already created a list of Administrators:<\/p>\n<p><img decoding=\"async\" alt=\"Automating HR processes using Microsoft Teams, PowerApps, and Power Automate. Employee exit requests.\" src=\"\/wp-content\/uploads\/2020\/04\/173020c46252eec6a5b398b0a0280019.jpg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<br \/>\nThis list includes the field 'Employee' with the type 'User or Group', which is displayed only on the form, and the field 'Name', where the name of the selected employee is entered, displayed only in the list view. Now, let's perform a little trick in PowerApps. For example, you can configure the availability of any field based on the condition of the current user being in the Administrators list. We find the 'Display Mode' property of the 'Exit Date' field and write:<\/p>\n<p><img decoding=\"async\" alt=\"Automating HR processes using Microsoft Teams, PowerApps, and Power Automate. Employee exit requests.\" src=\"\/wp-content\/uploads\/2020\/04\/5f17b4289fe59b777649a40239fa80d3.jpg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<br \/>\nAccording to this formula, if there is at least one employee in the Administrators list whose login matches the current user's login, then the field will be available for editing; otherwise, it will be view-only. For greater reliability, we convert the login to lowercase, just in case.<\/p>\n<p>You may have noticed that there is a button 'Actions on the Request' in the form header:<\/p>\n<p><img decoding=\"async\" alt=\"Automating HR processes using Microsoft Teams, PowerApps, and Power Automate. Employee exit requests.\" src=\"\/wp-content\/uploads\/2020\/04\/34488ee5d5ffc42349bd83e7fd6497c3.jpg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<br \/>\nThis button will navigate to another screen where, for convenience, all possible actions on the request are gathered:<\/p>\n<p><img decoding=\"async\" alt=\"Automating HR processes using Microsoft Teams, PowerApps, and Power Automate. Employee exit requests.\" src=\"\/wp-content\/uploads\/2020\/04\/74341a08238db61d85a3d54fa3dd0399.jpg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<br \/>\nAfter clicking each button, an additional action window opens; for example, if the action 'Cancel Request' is selected, an additional window opens allowing for comment input:<\/p>\n<p><img decoding=\"async\" alt=\"Automating HR processes using Microsoft Teams, PowerApps, and Power Automate. Employee exit requests.\" src=\"\/wp-content\/uploads\/2020\/04\/6faf9d1f52fdfefe31b481f1faf04277.jpg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<br \/>\nAfter clicking the 'Confirm' button, the request status changes, and this can even be done without starting a Power Automate flow. We will use the 'Patch' function for the 'OnSelect' property of the button:<\/p>\n<p><img decoding=\"async\" alt=\"Automating HR processes using Microsoft Teams, PowerApps, and Power Automate. Employee exit requests.\" src=\"\/wp-content\/uploads\/2020\/04\/91c06129a5108a41df2f19d27fd8e798.jpg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<br \/>\nUsing the Patch function, we update the request list item, filtering it by the ID of the current item. We change the 'Status' field value and navigate back to the main screen. The logic is similar for the other action buttons.<\/p>\n<p>Now we need to configure the approval flow. We'll do it in the simplest form. <\/p>\n<h4>Power Automate<\/h4>\n<p>\nOur approval flow will be triggered automatically upon the creation of a request. During execution, the request status will change, the head of the department will be obtained, and an email notification of the new request will be sent to the head. To identify the head, we have the 'Departments' directory:<\/p>\n<p><img decoding=\"async\" alt=\"Automating HR processes using Microsoft Teams, PowerApps, and Power Automate. Employee exit requests.\" src=\"\/wp-content\/uploads\/2020\/04\/f4aad6929fcaa13a24d437e230f14b4a.jpg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<br \/>\nCreate a Power Automate flow:<\/p>\n<p><img decoding=\"async\" alt=\"Automating HR processes using Microsoft Teams, PowerApps, and Power Automate. Employee exit requests.\" src=\"\/wp-content\/uploads\/2020\/04\/35ec613ce9d3bdf6ed4fd6aa33af46e7.jpg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<br \/>\nDuring the execution of this flow, the head of the department receives an email notification about the creation of a new request and can click the link to make a decision by pressing the button:<\/p>\n<p><img decoding=\"async\" alt=\"Automating HR processes using Microsoft Teams, PowerApps, and Power Automate. Employee exit requests.\" src=\"\/wp-content\/uploads\/2020\/04\/782cf51503d4f896e2dd679d5ad90d0f.jpg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<br \/>\nClicking the \u2018Approve\u2019 or \u2018Reject\u2019 button also triggers a Power Automate flow that changes the status of the application and sends an email notification to the HR specialist:<\/p>\n<p><img decoding=\"async\" alt=\"Automating HR processes using Microsoft Teams, PowerApps, and Power Automate. Employee exit requests.\" src=\"\/wp-content\/uploads\/2020\/04\/2a342c1becd704089c05a4709523412d.jpg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<br \/>\nThe process is ready. <\/p>\n<h4>Teams<\/h4>\n<p>\nAnd the final touch \u2013 organizing collaborative work on this process. For this, we connect the process to the MS Teams team:<\/p>\n<p><img decoding=\"async\" alt=\"Automating HR processes using Microsoft Teams, PowerApps, and Power Automate. Employee exit requests.\" src=\"\/wp-content\/uploads\/2020\/04\/7096291278a7b76b0b1f1e68032843ba.jpg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<br \/>\nNow, all team members in MS Teams have access to the new employee onboarding process on a separate tab. <\/p>\n<p>Of course, the flow logic can accommodate multi-step approvals, plus there is the option to use the Approvals component for task assignments in Power Automate. You can also set up reports and create notifications that will be sent to the Microsoft Teams chat-bot. But more on that in future articles. Thank you for your attention and have a great day!<br \/>\n<br \/>Source: <a content=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/habr.com\/ru\/post\/497488\/\">habr.com<\/a> <\/p>","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"excerpt":{"rendered":"<p>\u0414\u043e\u0431\u0440\u044b\u0439 \u0434\u0435\u043d\u044c \u0432\u0441\u0435\u043c! \u0421\u0435\u0433\u043e\u0434\u043d\u044f \u044f \u0431\u044b \u0445\u043e\u0442\u0435\u043b \u043f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f \u043d\u0435\u0431\u043e\u043b\u044c\u0448\u0438\u043c \u043f\u0440\u0438\u043c\u0435\u0440\u043e\u043c \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0437\u0430\u0446\u0438\u0438 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0430 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f \u0437\u0430\u044f\u0432\u043e\u043a \u043d\u0430 \u0432\u044b\u0445\u043e\u0434 \u043d\u043e\u0432\u044b\u0445 \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u043e\u0432 \u0441 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043c \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u043e\u0432 Microsoft SharePoint, PowerApps, Power Automate \u0438 Teams. \u041f\u0440\u0438 \u0440\u0435\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438 \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0430 \u043d\u0435 \u043f\u043e\u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u043f\u043e\u043a\u0443\u043f\u043a\u0430 \u043e\u0442\u0434\u0435\u043b\u044c\u043d\u044b\u0445 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u0445 \u043f\u043b\u0430\u043d\u043e\u0432 PowerApps \u0438 Power Automate, \u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e \u0431\u0443\u0434\u0435\u0442 \u043f\u043e\u0434\u043f\u0438\u0441\u043a\u0438 Office365 E1\/E3\/E5. \u041d\u0430 \u0441\u0430\u0439\u0442\u0435 SharePoint \u0441\u043e\u0437\u0434\u0430\u0434\u0438\u043c \u0441\u043f\u0438\u0441\u043a\u0438 \u0438 \u0441\u0442\u043e\u043b\u0431\u0446\u044b, PowerApps [&hellip;]<\/p>\n","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"author":1,"featured_media":78150,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[688],"tags":[],"class_list":["post-78149","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-administrirovanie"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.2 - aioseo.com -->\n\t<meta name=\"description\" content=\"\u0414\u043e\u0431\u0440\u044b\u0439 \u0434\u0435\u043d\u044c \u0432\u0441\u0435\u043c! \u0421\u0435\u0433\u043e\u0434\u043d\u044f \u044f \u0431\u044b \u0445\u043e\u0442\u0435\u043b \u043f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f \u043d\u0435\u0431\u043e\u043b\u044c\u0448\u0438\u043c \u043f\u0440\u0438\u043c\u0435\u0440\u043e\u043c \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0437\u0430\u0446\u0438\u0438 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0430 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f \u0437\u0430\u044f\u0432\u043e\u043a \u043d\u0430 \u0432\u044b\u0445\u043e\u0434 \u043d\u043e\u0432\u044b\u0445 \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u043e\u0432 \u0441 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043c \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u043e\u0432 Microsoft SharePoint, PowerApps, Power Automate \u0438 Teams.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Yuri Gagarin\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/avtomatizacziya-hr-proczessov-s-ispolzovaniem-microsoft-teams-powerapps-i-power-automate-zayavki-na-vyhod-sotrudnikov\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.2\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"\ud83e\udd47\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0437\u0430\u0446\u0438\u044f HR \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u043e\u0432 \u0441 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043c Microsoft Teams, PowerApps \u0438 Power Automate. \u0417\u0430\u044f\u0432\u043a\u0438 \u043d\u0430 \u0432\u044b\u0445\u043e\u0434 \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u043e\u0432 | ProHoster\" \/>\n\t\t<meta property=\"og:description\" content=\"\u0414\u043e\u0431\u0440\u044b\u0439 \u0434\u0435\u043d\u044c \u0432\u0441\u0435\u043c! \u0421\u0435\u0433\u043e\u0434\u043d\u044f \u044f \u0431\u044b \u0445\u043e\u0442\u0435\u043b \u043f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f \u043d\u0435\u0431\u043e\u043b\u044c\u0448\u0438\u043c \u043f\u0440\u0438\u043c\u0435\u0440\u043e\u043c \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0437\u0430\u0446\u0438\u0438 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0430 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f \u0437\u0430\u044f\u0432\u043e\u043a \u043d\u0430 \u0432\u044b\u0445\u043e\u0434 \u043d\u043e\u0432\u044b\u0445 \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u043e\u0432 \u0441 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043c \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u043e\u0432 Microsoft SharePoint, PowerApps, Power Automate \u0438 Teams.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/avtomatizacziya-hr-proczessov-s-ispolzovaniem-microsoft-teams-powerapps-i-power-automate-zayavki-na-vyhod-sotrudnikov\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"350\" \/>\n\t\t<meta property=\"og:image:height\" content=\"350\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2020-04-16T23:42:29+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2020-04-16T23:42:29+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"\ud83e\udd47Automation of HR processes using Microsoft Teams, PowerApps, and Power Automate. Employee onboarding requests | ProHoster","description":"Good day everyone! Today I would like to share a small example of automating the process of creating requests for onboarding new employees using Microsoft SharePoint, PowerApps, Power Automate, and Teams.","canonical_url":"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/avtomatizacziya-hr-proczessov-s-ispolzovaniem-microsoft-teams-powerapps-i-power-automate-zayavki-na-vyhod-sotrudnikov","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":null,"og:locale":"en_US","og:site_name":"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b","og:type":"article","og:title":"\ud83e\udd47\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0437\u0430\u0446\u0438\u044f HR \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u043e\u0432 \u0441 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043c Microsoft Teams, PowerApps \u0438 Power Automate. \u0417\u0430\u044f\u0432\u043a\u0438 \u043d\u0430 \u0432\u044b\u0445\u043e\u0434 \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u043e\u0432 | ProHoster","og:description":"\u0414\u043e\u0431\u0440\u044b\u0439 \u0434\u0435\u043d\u044c \u0432\u0441\u0435\u043c! \u0421\u0435\u0433\u043e\u0434\u043d\u044f \u044f \u0431\u044b \u0445\u043e\u0442\u0435\u043b \u043f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f \u043d\u0435\u0431\u043e\u043b\u044c\u0448\u0438\u043c \u043f\u0440\u0438\u043c\u0435\u0440\u043e\u043c \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0437\u0430\u0446\u0438\u0438 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0430 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f \u0437\u0430\u044f\u0432\u043e\u043a \u043d\u0430 \u0432\u044b\u0445\u043e\u0434 \u043d\u043e\u0432\u044b\u0445 \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u043e\u0432 \u0441 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043c \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u043e\u0432 Microsoft SharePoint, PowerApps, Power Automate \u0438 Teams.","og:url":"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/avtomatizacziya-hr-proczessov-s-ispolzovaniem-microsoft-teams-powerapps-i-power-automate-zayavki-na-vyhod-sotrudnikov","og:image":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:secure_url":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:width":350,"og:image:height":350,"article:published_time":"2020-04-16T23:42:29+00:00","article:modified_time":"2020-04-16T23:42:29+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"78149","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"seo_analyzer_scan_date":null,"breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"ai":null,"created":"2021-02-28 17:04:36","updated":"2022-09-28 05:10:26","focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"gt_translate_keys":[{"key":"link","format":"url"}],"_links":{"self":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/78149","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/comments?post=78149"}],"version-history":[{"count":0,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/78149\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media\/78150"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=78149"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=78149"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=78149"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}