{"id":23524175,"url":"https://github.com/kimtth/power-platform-playbook","last_synced_at":"2026-02-25T13:41:52.168Z","repository":{"id":103355604,"uuid":"514571697","full_name":"kimtth/power-platform-playbook","owner":"kimtth","description":"🤖⚙️🔧🦾👩‍💻💻Power BI, Power Apps, Power Automate, and Power Virtual Agents, AI Builder","archived":false,"fork":false,"pushed_at":"2022-07-16T14:00:29.000Z","size":1129,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-14T06:27:26.646Z","etag":null,"topics":["low-code","power-platform"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kimtth.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-07-16T12:25:51.000Z","updated_at":"2025-04-11T15:04:13.000Z","dependencies_parsed_at":"2023-07-07T21:16:03.154Z","dependency_job_id":null,"html_url":"https://github.com/kimtth/power-platform-playbook","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kimtth/power-platform-playbook","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kimtth%2Fpower-platform-playbook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kimtth%2Fpower-platform-playbook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kimtth%2Fpower-platform-playbook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kimtth%2Fpower-platform-playbook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kimtth","download_url":"https://codeload.github.com/kimtth/power-platform-playbook/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kimtth%2Fpower-platform-playbook/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281870291,"owners_count":26576245,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-30T02:00:06.501Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["low-code","power-platform"],"created_at":"2024-12-25T18:14:48.369Z","updated_at":"2025-10-30T19:38:17.570Z","avatar_url":"https://github.com/kimtth.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Power Platform Playbook \n\nPower platform: According to a comment on Microsoft document, Quickly build data-driven business solutions with the Microsoft Power Platform—Power BI, Power Apps, Power Automate, and Power Virtual Agents.\n\n - Power Apps: Low code, No code - Canvas app, Model-driven apps integrated with Dataverse\n - Power Automate: Automated processes with flows, RPA \n - Power Virtual Agents: Intelligent conversational bot platform\n - AI Builder: AI models provider to optimize your business processes\n - Power BI: Business intelligence (BI), reporting, and data visualization\n\nThe `dolution` is a composition of demo applications created by power platform. \n\nAll applications and components are created for understanding basic features and items in power platform.\n\n# The component of `dolution`\n\n## Power apps - Canvas app\n\n - AI Builder - Text recognizer model based app \n \n This app included the custom function named `EOMonth`. It is a preview feature and there is a mention of details in URL how to attach and create on your canvas. \n\n\u003e More information: [Custom fuction resuable code](https://www.matthewdevaney.com/power-apps-custom-functions-reusable-code)\n\n\n ![dora_img1](dolution_img/dora-aib.png \"ai builder\")\n\n - Basic App for searching and displaying an item\n\n This app is created for searching and displaying selected item details, the data source is composited by Collection data, which is going to be loaded by \"Data Creation\" button.\n\n ![dora_img2](dolution_img/dora-yak.png \"canvas app\")\n\n## Power apps - Model-driven app\n\n - Tables and Business flows\n\n Model-driven applications are derived from Dynamic 365 customization features. so that a few settings are able to configure and set a detail only on Dynamic 365 configuration screen. Especially entity based a record and attribute controls only are visible on Dynamic 365. \n\n The model-driven app does not provide various UI controls and customization compared to the canvas app. It focuses on business flow and simple visualization.\n\n![dora_img3](dolution_img/dora-md-1.png \"model-driven app\")\n\n![dora_img4](dolution_img/dora-md-4.png \"model-driven business flow\")\n\n - Site maps and Dashboard, graph\n\n Actually, The model-driven provides an approach to extend its feature by defining data, relations, tables, and columns. On top of that, it has a feature to display a visualization.\n \n For example, Site map is for navigating a model. Dashboard can be embedded with a list of items and a graph of the specific model. \n\n![dora_img5](dolution_img/dora-md-2.png \"model-driven dashboard\")\n\n![dora_img6](dolution_img/dora-md-3.png \"model-driven classic editor\")\n\n## Power Automate - Cloud Flow\n\n - from RSS to Exit  \n\n This cloud flow does not have any functionality. it is just for adding to check which movement would be conducted during a solution export.\n\n![dora_img7](dolution_img/dora-flow.png \"power automate cloud flow\")\n\n## Power Virtual Agents\n\n - Chatbot for understanding authring canvas and topic\n\n Chatbot has a feature to customize Topic and Entity, Dialogue flow to control UX. This item is for figuring out the basic features.\n\n![dora_img8](dolution_img/dora-pva.png \"power virtual agents\")\n\n# Export solution to another environment\n\nExport the unmanaged solution(s) from your development environment as managed. More information: [Export solutions](/powerapps/maker/data-platform/export-solutions) and [Power platform export solutions](https://github.com/MicrosoftDocs/power-platform/blob/main/power-platform/alm/move-from-unmanaged-managed-alm.md)\n\n# Trouble shooting\n\n- Issue: \n\u003e After importing a solution, during opening a model-driven app, the error displays \"this account is not Member Of Org\".\n\n- Solution: When you import a flow from one environment to another environment (not in same Org), the connection to a action in your flow would not be updated to the new instance automatically. You must update the connection to the action in your flow manually.\n\nCurrently, there is no way to update the connection of a action in a flow automatically from one Organization to another Organization.\n\n- More information: [Link](https://powerusers.microsoft.com/t5/Building-Power-Apps/Organization-issue-after-importing-the-PowerApps-package-into/td-p/185159)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkimtth%2Fpower-platform-playbook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkimtth%2Fpower-platform-playbook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkimtth%2Fpower-platform-playbook/lists"}