├── .gitignore ├── CODE_OF_CONDUCT.md ├── Deployment ├── Flows │ ├── DataInsertionFlow.zip │ ├── SendTeamsNotification-2.zip │ └── SharePointListCreationFlow.zip ├── Power Apps │ ├── RapidAssist-Experts.zip │ └── RapidAssist.zip └── colTranslation.xlsx ├── LICENSE ├── README.md ├── SECURITY.md └── SUPPORT.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/microsoft-teams-apps-rapid-assist/HEAD/.gitignore -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/microsoft-teams-apps-rapid-assist/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /Deployment/Flows/DataInsertionFlow.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/microsoft-teams-apps-rapid-assist/HEAD/Deployment/Flows/DataInsertionFlow.zip -------------------------------------------------------------------------------- /Deployment/Flows/SendTeamsNotification-2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/microsoft-teams-apps-rapid-assist/HEAD/Deployment/Flows/SendTeamsNotification-2.zip -------------------------------------------------------------------------------- /Deployment/Flows/SharePointListCreationFlow.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/microsoft-teams-apps-rapid-assist/HEAD/Deployment/Flows/SharePointListCreationFlow.zip -------------------------------------------------------------------------------- /Deployment/Power Apps/RapidAssist-Experts.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/microsoft-teams-apps-rapid-assist/HEAD/Deployment/Power Apps/RapidAssist-Experts.zip -------------------------------------------------------------------------------- /Deployment/Power Apps/RapidAssist.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/microsoft-teams-apps-rapid-assist/HEAD/Deployment/Power Apps/RapidAssist.zip -------------------------------------------------------------------------------- /Deployment/colTranslation.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/microsoft-teams-apps-rapid-assist/HEAD/Deployment/colTranslation.xlsx -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/microsoft-teams-apps-rapid-assist/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/microsoft-teams-apps-rapid-assist/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/microsoft-teams-apps-rapid-assist/HEAD/SECURITY.md -------------------------------------------------------------------------------- /SUPPORT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/microsoft-teams-apps-rapid-assist/HEAD/SUPPORT.md --------------------------------------------------------------------------------