diff --git a/flow-docs/actions.md b/flow-docs/actions.md index 5ac138056..1e3834a16 100644 --- a/flow-docs/actions.md +++ b/flow-docs/actions.md @@ -20,6 +20,7 @@ search.audienceType: - enduser --- # Use actions +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] Actions open a range of possibilities for composing business logic. With Actions, you can perform operations, such as Create, Update, Delete, Assign, or Perform Action. Internally, an action creates a custom message. Developers refer to these actions as ”messages”. Each of these messages is based on actions taken on an entity record. If the goal of a process is to create a record, then update it, and then assign it, there are three separate steps. Each step is defined by the capabilities of the entity – not necessarily your business process. diff --git a/flow-docs/add-condition.md b/flow-docs/add-condition.md index 96f0de240..25a9b8f15 100644 --- a/flow-docs/add-condition.md +++ b/flow-docs/add-condition.md @@ -22,6 +22,7 @@ search.audienceType: - enduser --- # Add a condition to a flow +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] Specify that a flow performs one or more tasks only if a condition is true. For example, specify that you'll get an email only if a tweet that contains a keyword is retweeted at least 10 times. diff --git a/flow-docs/add-manage-connections.md b/flow-docs/add-manage-connections.md index 31b61c948..f08bf9679 100644 --- a/flow-docs/add-manage-connections.md +++ b/flow-docs/add-manage-connections.md @@ -22,6 +22,7 @@ search.audienceType: - enduser --- # Manage connections in Microsoft Flow +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] If you create a connection in Microsoft Flow, you can easily access your data while building a flow. Microsoft Flow includes commonly used connections, including SharePoint, SQL Server, Office 365, OneDrive for Business, Salesforce, Excel, Dropbox, Twitter, and more. Connections are shared with PowerApps, so when you create a connection in one product, the connection shows up in the other. For example, you can use a connection to perform these tasks: diff --git a/flow-docs/admin-analytics-report.md b/flow-docs/admin-analytics-report.md index 2d66fac8c..cce5ef244 100644 --- a/flow-docs/admin-analytics-report.md +++ b/flow-docs/admin-analytics-report.md @@ -23,6 +23,7 @@ search.audienceType: --- # Sharing and connectors admin analytics reports +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] Organizations need insights into how apps are used and who's using them. The Admin analytics sharing and connectors reports provide insight into how Microsoft Flow is being used within your tenant. diff --git a/flow-docs/admin-center-introduction.md b/flow-docs/admin-center-introduction.md index 219d2d9a6..5f7e7a16d 100644 --- a/flow-docs/admin-center-introduction.md +++ b/flow-docs/admin-center-introduction.md @@ -22,6 +22,7 @@ search.audienceType: - admin --- # The Admin Center +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] The admin center is the central location where tenant admins and environment admins manage an organization’s data policies and environments. Any changes you make in the admin center are immediately available to users within the organization. diff --git a/flow-docs/all-assigned-must-approve.md b/flow-docs/all-assigned-must-approve.md index dd6ee893d..875bfc1ed 100644 --- a/flow-docs/all-assigned-must-approve.md +++ b/flow-docs/all-assigned-must-approve.md @@ -22,6 +22,7 @@ search.audienceType: - enduser --- # Create an approval flow that requires everyone to approve +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] This walkthrough shows you how to create an approval workflow that requires everyone (all assigned approvers) to agree for a vacation request to be approved, but any approver can reject the entire request. diff --git a/flow-docs/apply-to-each.md b/flow-docs/apply-to-each.md index 3e39ec41f..bad5db5bd 100644 --- a/flow-docs/apply-to-each.md +++ b/flow-docs/apply-to-each.md @@ -22,6 +22,7 @@ search.audienceType: - enduser --- # Use the apply to each action in Microsoft Flow to process a list of items periodically +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] Many triggers can immediately start a flow based on an event such as when a new email arrives in your inbox. These triggers are great, but sometimes you want to run a flow that queries a data source on a predefined schedule, taking certain actions based on the properties of the items in the data source. To do this, your flow can be started on a schedule (such as once per day) and use a loop action such as **Apply to each** to process a list of items. For example, you could use **Apply to each** to update records from a database or list of items from Microsoft SharePoint. In this walk-through, we'll create a flow that runs every 15 minutes and does the following: diff --git a/flow-docs/approvals-markdown-support.md b/flow-docs/approvals-markdown-support.md index 57a1ffd3d..e44fc3185 100644 --- a/flow-docs/approvals-markdown-support.md +++ b/flow-docs/approvals-markdown-support.md @@ -23,6 +23,7 @@ search.audienceType: --- # Use Markdown in Microsoft Flow approval requests +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] This article teaches you how to use [Markdown](https://en.wikipedia.org/wiki/Markdown) syntax to add rich formatting and tables to your approval requests. diff --git a/flow-docs/approve-reject-requests.md b/flow-docs/approve-reject-requests.md index 50ef4ba0f..1a676c097 100644 --- a/flow-docs/approve-reject-requests.md +++ b/flow-docs/approve-reject-requests.md @@ -22,6 +22,7 @@ search.audienceType: - enduser --- # Manage approval requests in Microsoft Flow +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] Microsoft Flow makes it easy to automate [approval workflow processes](modern-approvals.md). In this walkthrough, you learn how to view, approve, and reject approval requests sent from Microsoft Flow. ## View pending approval requests diff --git a/flow-docs/best-practices-entity-attributes.md b/flow-docs/best-practices-entity-attributes.md index bb945c465..4dae40f37 100644 --- a/flow-docs/best-practices-entity-attributes.md +++ b/flow-docs/best-practices-entity-attributes.md @@ -22,6 +22,7 @@ manager: kvivek --- # Best practices in using business process flow attributes +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] Legacy process-related attributes in entities is deprecated. Here are some best practices for using the *Active Stage* (activestageid) attribute on the business process flow entity. diff --git a/flow-docs/best-practices-workflow-processes.md b/flow-docs/best-practices-workflow-processes.md index 4c69bb4a2..eeefba051 100644 --- a/flow-docs/best-practices-workflow-processes.md +++ b/flow-docs/best-practices-workflow-processes.md @@ -24,6 +24,7 @@ search.audienceType: - enduser --- # Best practices for workflow processes +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] This topic contains best practices for creating and managing workflow processes. diff --git a/flow-docs/billing-questions.md b/flow-docs/billing-questions.md index 3b54877d4..2b81efbb1 100644 --- a/flow-docs/billing-questions.md +++ b/flow-docs/billing-questions.md @@ -22,6 +22,7 @@ search.audienceType: - admin --- # Billing and metering questions +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] This article answers frequently asked questions regarding billing and metering in Microsoft Flow. diff --git a/flow-docs/bpf-add-on-demand-workflow.md b/flow-docs/bpf-add-on-demand-workflow.md index 9e6ff5296..e02404e12 100644 --- a/flow-docs/bpf-add-on-demand-workflow.md +++ b/flow-docs/bpf-add-on-demand-workflow.md @@ -20,6 +20,7 @@ search.audienceType: --- # Add an on-demand workflow to a business process flow +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] You can trigger on-demand workflows from inside a business process flow. For example, you can add an on-demand workflow to a business process flow so that an activity, such as a task or email, is created whenever a stage is completed. diff --git a/flow-docs/bttn-button-flows.md b/flow-docs/bttn-button-flows.md index 5b9acf284..24640ec71 100644 --- a/flow-docs/bttn-button-flows.md +++ b/flow-docs/bttn-button-flows.md @@ -22,6 +22,7 @@ search.audienceType: - enduser --- # Run your flows with physical buttons (bttns) from The Button Corporation (Preview) +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] Trigger your flows by pressing a bttn (a physical button made by [The Button Corporation](https://my.bt.tn/)). For example, you can press a bttn that triggers a flow to perform these tasks: * contacts your helpdesk with location information diff --git a/flow-docs/business-process-flows-overview.md b/flow-docs/business-process-flows-overview.md index 1ea8d3216..8aef5d306 100644 --- a/flow-docs/business-process-flows-overview.md +++ b/flow-docs/business-process-flows-overview.md @@ -23,6 +23,7 @@ search.audienceType: - enduser --- # Business process flows overview +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] You can help ensure that people enter data consistently and follow the same steps every time they work with a customer by creating a business process flow. For example, you might want to create a business process flow to have everyone handle customer service requests the same way, or to require that people get approval for an invoice before submitting an order. Business process flows use the same underlying technology as other processes, but the capabilities that they provide are very different from other features that use processes. To learn how to create or edit a business process flow, see [Create a business process flow](create-business-process-flow.md). diff --git a/flow-docs/button-flow-with-user-input-tokens.md b/flow-docs/button-flow-with-user-input-tokens.md index fd6bda168..fe5b01672 100644 --- a/flow-docs/button-flow-with-user-input-tokens.md +++ b/flow-docs/button-flow-with-user-input-tokens.md @@ -22,6 +22,7 @@ search.audienceType: - enduser --- # Introducing button flows with user input +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] Create a button flow to run routine tasks by simply tapping a button. Customize your flow by allowing the user to provide specific details that will be used when the flow runs. This topic walks you through creating a button flow that takes input from the user and then running the button flow, highlighting how to provide the user input. You can create a button flow in the Microsoft Flow website or the mobile app for Microsoft Flow. For this topic, you'll use the website. diff --git a/flow-docs/common-data-model-approve.md b/flow-docs/common-data-model-approve.md index 9f8340518..55d84f2ef 100644 --- a/flow-docs/common-data-model-approve.md +++ b/flow-docs/common-data-model-approve.md @@ -22,6 +22,7 @@ search.audienceType: - enduser --- # Build an approval loop by using Microsoft Flow and the Microsoft Common Data Service +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] The Common Data Service can give you a way to build flows that have information stored in a database independent of a flow. The best example of this is with approvals. If you store the status of the approval in an entity, your flow can work on top of it. In this example, you'll create an approval process that starts when a user adds a file to Dropbox. When the file is added, information about it appears in an app, where a reviewer can approve or reject the change. When the reviewer approves or rejects the change, notification mail is sent, and rejected files are deleted from Dropbox. diff --git a/flow-docs/common-data-model-intro.md b/flow-docs/common-data-model-intro.md index 928705372..06c4dcb37 100644 --- a/flow-docs/common-data-model-intro.md +++ b/flow-docs/common-data-model-intro.md @@ -22,6 +22,7 @@ search.audienceType: - enduser --- # Create a flow that uses the Common Data Service +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] Improve operational efficiency with a unified view of business data by creating flow that uses the [Common Data Service](https://powerapps.microsoft.com/tutorials/data-platform-intro/). Deploy this secure business database that comprises well-formed standard business entities (such as Sales, Purchase, Customer Service, and Productivity) in your organization. Store organizational data in one or more [custom entities](https://powerapps.microsoft.com/tutorials/data-platform-create-entity/), which offer several benefits over external data sources such as Microsoft Excel and Salesforce. For example, leverage the Common Data Service within Microsoft Flow in these key ways: diff --git a/flow-docs/configure-actions.md b/flow-docs/configure-actions.md index 8c22fab27..99755687c 100644 --- a/flow-docs/configure-actions.md +++ b/flow-docs/configure-actions.md @@ -23,6 +23,7 @@ search.audienceType: - enduser --- # Configure custom actions from a workflow +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] You can enable a custom action from a workflow without writing code. More information: [Invoke custom actions from a workflow](invoke-custom-actions-workflow-dialog.md). diff --git a/flow-docs/configure-workflow-steps.md b/flow-docs/configure-workflow-steps.md index d89a4f86e..561f7a867 100644 --- a/flow-docs/configure-workflow-steps.md +++ b/flow-docs/configure-workflow-steps.md @@ -20,6 +20,7 @@ search.audienceType: - enduser --- # Configure workflow stages and steps +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] When you design workflows you have the option to contain the logic you want to perform in stages and steps. diff --git a/flow-docs/connection-cds.md b/flow-docs/connection-cds.md index c005d10ad..f2e6523e5 100644 --- a/flow-docs/connection-cds.md +++ b/flow-docs/connection-cds.md @@ -22,6 +22,7 @@ search.audienceType: - enduser --- # Create an automated flow by using Common Data Service +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] With the Common Data Service connector, you can create flows that are initiated by create and update events within your Common Data Service database. Additionally, you can perform create, update, retrieve, and delete actions on records within the Common Data Service database. diff --git a/flow-docs/connection-dynamics365.md b/flow-docs/connection-dynamics365.md index 1892a0ea6..c81d4935b 100644 --- a/flow-docs/connection-dynamics365.md +++ b/flow-docs/connection-dynamics365.md @@ -22,6 +22,7 @@ search.audienceType: - enduser --- # Create a flow by using Dynamics 365 (online) +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] By using a Dynamics 365 connector, you can create flows that initiate when an event occurs in Dynamics 365, or some other service, which then performs an action in Dynamics 365, or some other service. In Microsoft Flow, you can set up automated workflows between your favorite apps and services to synchronize files, get notifications, collect data, and more. For more information, see [Get started with Microsoft Flow](getting-started.md). diff --git a/flow-docs/create-actions.md b/flow-docs/create-actions.md index 09af39ac0..2db0a2d92 100644 --- a/flow-docs/create-actions.md +++ b/flow-docs/create-actions.md @@ -17,6 +17,7 @@ search.audienceType: - enduser --- # Create a custom action +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] Use custom actions when you want to automate a series of commands in the system. Actions expand the vocabulary available for developers to express business processes. With core verbs like Create, Update, Delete, and Assign provided by the system, a Action uses those core verbs to create more expressive verbs like Approve, Escalate, Route, or Schedule. If the definition of a business process changes, someone who isn’t a developer can edit the custom action so the code doesn’t need to be changed. diff --git a/flow-docs/create-adaptive-cards-teams.md b/flow-docs/create-adaptive-cards-teams.md index 2b1e5dff7..90b7c714b 100644 --- a/flow-docs/create-adaptive-cards-teams.md +++ b/flow-docs/create-adaptive-cards-teams.md @@ -8,7 +8,6 @@ author: msftman manager: kvivek editor: '' tags: '' - ms.service: flow ms.devlang: na ms.topic: article @@ -23,6 +22,7 @@ ms.author: deonhe # Use adaptive cards in Microsoft Teams +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] You can create a flow that posts [adaptive cards](https://adaptivecards.io) to a Microsoft Teams channel. With adaptive cards, you can use rich formatting to make your posts clearer, interactive, and engaging. Adaptive cards can contain components like images, graphs, richly formatted text, and more. diff --git a/flow-docs/create-approval-response-options.md b/flow-docs/create-approval-response-options.md index 6bd29c793..7fa97cd8c 100644 --- a/flow-docs/create-approval-response-options.md +++ b/flow-docs/create-approval-response-options.md @@ -23,6 +23,7 @@ search.audienceType: --- # Create custom response options for approval flows +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] Let’s say you want to send an approval request each time an employee uploads an expense report to SharePoint and then allow the approver to respond with one of three options: Accept, Need more info, or Reject. diff --git a/flow-docs/create-business-process-flow.md b/flow-docs/create-business-process-flow.md index 8959b04c2..e4b5e65e5 100644 --- a/flow-docs/create-business-process-flow.md +++ b/flow-docs/create-business-process-flow.md @@ -24,6 +24,7 @@ search.audienceType: - enduser --- # Tutorial: Create a business process flow to standardize processes +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] This tutorial shows you how to create a business process flow with PowerApps. To learn more about why you use business process flows, see [Business process flows overview](business-process-flows-overview.md). For information on creating a mobile task flow, see [Create a mobile task flow](https://docs.microsoft.com/dynamics365/customer-engagement/customize/create-mobile-task-flow). diff --git a/flow-docs/create-flow-solution.md b/flow-docs/create-flow-solution.md index 5d818f4f9..c511665a8 100644 --- a/flow-docs/create-flow-solution.md +++ b/flow-docs/create-flow-solution.md @@ -23,6 +23,7 @@ search.audienceType: --- # Create a flow in a solution +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] Flows you create in a solution are known as *solution-aware* flows. Follow these steps to create a solution-aware flow. diff --git a/flow-docs/create-mobile-task-flow.md b/flow-docs/create-mobile-task-flow.md index 72a624c91..3ac960a92 100644 --- a/flow-docs/create-mobile-task-flow.md +++ b/flow-docs/create-mobile-task-flow.md @@ -23,6 +23,7 @@ search.audienceType: - enduser --- # Create a mobile task flow +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] Design a flow in Dynamics 365 for phones or Dynamics 365 for tablets based on common tasks your users perform. For example, if they need to regularly perform a series of follow-up steps after client meetings, create a task flow. When users tap the new task in their mobile app, it will lead them through from start to finish so they don't forget an important step. diff --git a/flow-docs/create-sharepoint-reminder-flows.md b/flow-docs/create-sharepoint-reminder-flows.md index ec4c30963..23d11b238 100644 --- a/flow-docs/create-sharepoint-reminder-flows.md +++ b/flow-docs/create-sharepoint-reminder-flows.md @@ -8,7 +8,6 @@ author: msftman manager: kvivek editor: '' tags: '' - ms.service: flow ms.devlang: na ms.topic: article @@ -19,6 +18,7 @@ ms.author: deonhe --- # SharePoint remind me +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] SharePoint lists and libraries allowed you to define custom metadata columns to track dates. With Microsoft Flow's integration with SharePoint, you can easily create reminder flows, based on DateTime columns in SharePoint. With reminder flows, you receive a personal email alert a predetermined number of days in advance of a date on any document or item in SharePoint. diff --git a/flow-docs/create-team-flows.md b/flow-docs/create-team-flows.md index 2ae876d2b..04fef789a 100644 --- a/flow-docs/create-team-flows.md +++ b/flow-docs/create-team-flows.md @@ -22,6 +22,7 @@ search.audienceType: - enduser --- # Create team flows +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] Create a team flow by adding others in your organization as owners. All owners of a team flow can perform these actions: * View the flow's history (that is, each run). diff --git a/flow-docs/customize-sharepoint-page-approvals.md b/flow-docs/customize-sharepoint-page-approvals.md index bb50785ae..3473b3b57 100644 --- a/flow-docs/customize-sharepoint-page-approvals.md +++ b/flow-docs/customize-sharepoint-page-approvals.md @@ -8,7 +8,6 @@ author: msftman manager: kvivek editor: '' tags: '' - ms.service: flow ms.devlang: na ms.topic: article @@ -19,6 +18,7 @@ ms.author: deonhe --- # Manage SharePoint page approvals with Microsoft Flow +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] SharePoint site admins can use Microsoft Flow to require new or updated site pages to be approved before being published. diff --git a/flow-docs/data-operations.md b/flow-docs/data-operations.md index f30dd6673..a30d8c9f2 100644 --- a/flow-docs/data-operations.md +++ b/flow-docs/data-operations.md @@ -22,6 +22,7 @@ search.audienceType: - enduser --- # Use data operations with Microsoft Flow +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] In this walkthrough, you learn about some of the Microsoft Flow’s popular data operations, such as compose, join, select, filter array, create table, and parse JSON that are available to manipulate data when you create flows. ## Prerequisites diff --git a/flow-docs/developer/business-process-flows-code.md b/flow-docs/developer/business-process-flows-code.md index dfaa130db..97528cbaf 100644 --- a/flow-docs/developer/business-process-flows-code.md +++ b/flow-docs/developer/business-process-flows-code.md @@ -17,6 +17,7 @@ search.audienceType: --- # Work with business process flows using code +[!INCLUDE [view-pending-approvals](../includes/cc-rebrand.md)] A *business process flow* lets you create more efficient and streamlined sales, service, and other business processes. It creates a visualization of your business process by placing special controls at the top of the entity forms. Users are guided through various stages of sales, marketing, or service processes towards completion. Each process supports multiple stages and steps. You can add or remove steps, change the order of stages, or add new entities to the business process flow. diff --git a/flow-docs/developer/custom-cds-for-apps-workflow-activities.md b/flow-docs/developer/custom-cds-for-apps-workflow-activities.md index eb127d963..dc43f7234 100644 --- a/flow-docs/developer/custom-cds-for-apps-workflow-activities.md +++ b/flow-docs/developer/custom-cds-for-apps-workflow-activities.md @@ -17,6 +17,7 @@ search.audienceType: - developer --- # Custom Common Data Service workflow activities (workflow assemblies) +[!INCLUDE [view-pending-approvals](../includes/cc-rebrand.md)] Common Data Service supports the registration and execution of custom workflow activities in addition to the out-of-box activities provided by [Windows Workflow Foundation](https://docs.microsoft.com/dotnet/framework/windows-workflow-foundation/). diff --git a/flow-docs/developer/dev-appsource-test-drive.md b/flow-docs/developer/dev-appsource-test-drive.md index 3cc6a9d74..90521c204 100644 --- a/flow-docs/developer/dev-appsource-test-drive.md +++ b/flow-docs/developer/dev-appsource-test-drive.md @@ -21,6 +21,7 @@ search.audienceType: - developer --- # Let customers test drive your flows on AppSource +[!INCLUDE [view-pending-approvals](../includes/cc-rebrand.md)] Do you want to show off how your app integrates with Microsoft Flow? We now Test Drive solutions on [AppSource.com](https://appsource.microsoft.com) as a way for you to share Microsoft Flow integration with customers, and generate leads for your business. ## What is a Test Drive solution? diff --git a/flow-docs/developer/dev-enterprise-intro.md b/flow-docs/developer/dev-enterprise-intro.md index 4f34b83bc..d715f4470 100644 --- a/flow-docs/developer/dev-enterprise-intro.md +++ b/flow-docs/developer/dev-enterprise-intro.md @@ -21,6 +21,7 @@ search.audienceType: - developer --- # Microsoft Flow for enterprise developers, ISVs, and partners +[!INCLUDE [view-pending-approvals](../includes/cc-rebrand.md)] As a developer, you can extend Microsoft Flow, enabling even more powerful solutions for organizations and customers. diff --git a/flow-docs/developer/embed-flow-dev.md b/flow-docs/developer/embed-flow-dev.md index d5819fa58..1b9ab45c4 100644 --- a/flow-docs/developer/embed-flow-dev.md +++ b/flow-docs/developer/embed-flow-dev.md @@ -21,6 +21,7 @@ search.audienceType: - developer --- # Integrate Microsoft Flow with websites and apps +[!INCLUDE [view-pending-approvals](../includes/cc-rebrand.md)] Embed Microsoft Flow into your app or website using *flow widgets* to give your users a simple way to automate their personal or professional tasks. diff --git a/flow-docs/developer/register-custom-api.md b/flow-docs/developer/register-custom-api.md index 977be35b9..c424f639e 100644 --- a/flow-docs/developer/register-custom-api.md +++ b/flow-docs/developer/register-custom-api.md @@ -20,6 +20,7 @@ search.audienceType: - developer --- # Custom connectors in Microsoft Flow +[!INCLUDE [view-pending-approvals](../includes/cc-rebrand.md)] Without writing any code, you can build workflows and apps with [Azure Logic Apps](https://azure.microsoft.com/services/logic-apps), [Microsoft Flow](https://flow.microsoft.com), and [PowerApps](https://powerapps.microsoft.com). To help you integrate your data and business processes, these services offer [180+ connectors](https://docs.microsoft.com/connectors/) - for Microsoft services and products, as well as other services, like GitHub, Salesforce, Twitter, and more. diff --git a/flow-docs/developer/sample-work-business-process-flows.md b/flow-docs/developer/sample-work-business-process-flows.md index 0177576fc..47a8e3e5a 100644 --- a/flow-docs/developer/sample-work-business-process-flows.md +++ b/flow-docs/developer/sample-work-business-process-flows.md @@ -20,6 +20,7 @@ search.audienceType: - developer --- # Sample: Work with business process flows +[!INCLUDE [view-pending-approvals](../includes/cc-rebrand.md)] This sample demonstrates how to programmatically work with business process flows such as retrieving the business process flow instances for an entity record, retrieving active path for a business process flow instance and its process stages, and changing the active stage. For information about these concepts, see [Work with business process flows using code](business-process-flows-code.md) diff --git a/flow-docs/edit-solution-aware-flow.md b/flow-docs/edit-solution-aware-flow.md index a7f3e6ec1..a43a384d5 100644 --- a/flow-docs/edit-solution-aware-flow.md +++ b/flow-docs/edit-solution-aware-flow.md @@ -23,6 +23,7 @@ search.audienceType: --- # Edit a solution-aware flow +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] Follow these steps to edit a solution-aware flow. diff --git a/flow-docs/email-triggers.md b/flow-docs/email-triggers.md index f3d32d638..2d2b69585 100644 --- a/flow-docs/email-triggers.md +++ b/flow-docs/email-triggers.md @@ -22,6 +22,7 @@ search.audienceType: - enduser --- # Trigger a flow based on email properties +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] Use the **When a new email arrives** trigger to create a flow that runs when one or more of the following email properties match criteria that you provide: | Property | When to use | diff --git a/flow-docs/enhance-business-process-flows-branching.md b/flow-docs/enhance-business-process-flows-branching.md index 56e0900c6..f0b8b6550 100644 --- a/flow-docs/enhance-business-process-flows-branching.md +++ b/flow-docs/enhance-business-process-flows-branching.md @@ -18,6 +18,7 @@ search.audienceType: - enduser --- # Tutorial: Enhance business process flows with branching +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] Business process flows guide you through various stages of sales, marketing, or service processes toward completion. In simple cases, a linear business process flow is a good option. However, in more complex scenarios, you can enhance a business process flow with branching. If you have the create permissions on business process flows, you’ll be able create business process flow with multiple branches by using the `If-Else` logic. The branching condition can be formed of multiple logical expressions that use a combination of `AND` or `OR` operators. The branch selection is done automatically, in real time, based on rules defined during the process definition. For example, in selling cars, you can configure a single business process flow, which after a common qualification stage splits into two separate branches on the basis of a rule (Does the customer prefer a new car or pre-owned car, is their budget above or below $20,000, and so on. ), one branch, for selling new cars and another branch, for selling pre-owned cars. For more information about Business process flows, see [Business process flows overview](business-process-flows-overview.md). diff --git a/flow-docs/environments-overview-admin.md b/flow-docs/environments-overview-admin.md index 42ba5eab1..a4a473489 100644 --- a/flow-docs/environments-overview-admin.md +++ b/flow-docs/environments-overview-admin.md @@ -22,6 +22,7 @@ search.audienceType: - admin --- # Using environments within Microsoft Flow +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] ## Benefits diff --git a/flow-docs/environments-overview-maker.md b/flow-docs/environments-overview-maker.md index 7c0d69f77..4337ffe29 100644 --- a/flow-docs/environments-overview-maker.md +++ b/flow-docs/environments-overview-maker.md @@ -22,6 +22,7 @@ search.audienceType: - enduser --- # Choosing an environment +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] This article introduces you to Microsoft Flow **environments** in which you can create, and securely isolate your flows, gateways, connections, and other resources. diff --git a/flow-docs/error-checker.md b/flow-docs/error-checker.md index 0d0f3aafa..d21ec2f9d 100644 --- a/flow-docs/error-checker.md +++ b/flow-docs/error-checker.md @@ -23,6 +23,7 @@ search.audienceType: --- # The Microsoft Flow checker +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] The Microsoft Flow checker promotes higher quality flows by ensuring you follow best practices when you design flows. When you run the checker, you get insights into questions like "which areas of my flow's implementation pose a performance or reliability risk?" diff --git a/flow-docs/export-flow-solution.md b/flow-docs/export-flow-solution.md index 9d0f8087d..1b33efe88 100644 --- a/flow-docs/export-flow-solution.md +++ b/flow-docs/export-flow-solution.md @@ -23,6 +23,7 @@ search.audienceType: --- # Export a solution +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] Follow these steps to move your solution and its dependencies to a new environment: diff --git a/flow-docs/fix-flow-failures.md b/flow-docs/fix-flow-failures.md index 165aa1d05..346ade61f 100644 --- a/flow-docs/fix-flow-failures.md +++ b/flow-docs/fix-flow-failures.md @@ -22,6 +22,7 @@ search.audienceType: - enduser --- # Troubleshooting a flow +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] ## Repair tips in email diff --git a/flow-docs/flic-button-flows.md b/flow-docs/flic-button-flows.md index d5634bdbb..f024efeb4 100644 --- a/flow-docs/flic-button-flows.md +++ b/flow-docs/flic-button-flows.md @@ -22,6 +22,7 @@ search.audienceType: - enduser --- # Run your flows by pressing a Flic smart button (Preview) +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] Trigger your flows by pressing a physical button, known as a Flic, from Shortcut Labs. For example, press a Flic to track your working hours, block your calendar, count visitors at an event, or save geographical locations. > [!IMPORTANT] diff --git a/flow-docs/flows-teams.md b/flow-docs/flows-teams.md index b45e4630c..22bc09a72 100644 --- a/flow-docs/flows-teams.md +++ b/flow-docs/flows-teams.md @@ -8,7 +8,6 @@ author: msftman manager: kvivek editor: '' tags: '' - ms.service: flow ms.devlang: na ms.topic: article @@ -19,6 +18,7 @@ ms.author: deonhe --- # Microsoft Flow in Teams +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] ### Prerequisites diff --git a/flow-docs/frequently-asked-questions.md b/flow-docs/frequently-asked-questions.md index a1bdeebcd..6f7710473 100644 --- a/flow-docs/frequently-asked-questions.md +++ b/flow-docs/frequently-asked-questions.md @@ -22,6 +22,7 @@ search.audienceType: - enduser --- # Frequently asked questions +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] ## Audience and strategy ### What is Microsoft Flow? Microsoft Flow is a cloud-based service that makes it practical and simple for line-of-business users to build workflows that automate time-consuming business tasks and processes across applications and services. diff --git a/flow-docs/gateway-manage.md b/flow-docs/gateway-manage.md index 40ff759c6..41c214460 100644 --- a/flow-docs/gateway-manage.md +++ b/flow-docs/gateway-manage.md @@ -23,6 +23,7 @@ search.audienceType: --- # Manage an on-premises data gateway in Microsoft Flow +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] Install and manage an on-premises data gateway to securely integrate a variety of cloud-based apps with your on-premises data and apps through Microsoft Flow. diff --git a/flow-docs/gateway-reference.md b/flow-docs/gateway-reference.md index bf004e0f4..18ab294c3 100644 --- a/flow-docs/gateway-reference.md +++ b/flow-docs/gateway-reference.md @@ -23,6 +23,7 @@ search.audienceType: --- # What is an on-premises data gateway? +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] The on-premises data gateway acts as a bridge to provide quick and secure data transfer between on-premises data (data that isn't in the cloud) and several Microsoft cloud services. These cloud services include Power BI, PowerApps, Microsoft Flow, Azure Analysis Services, and Azure Logic Apps. By using a gateway, organizations can keep databases and other data sources on their on-premises networks, yet securely use that on-premises data in cloud services. diff --git a/flow-docs/gdpr-dsr-accountclose-msa.md b/flow-docs/gdpr-dsr-accountclose-msa.md index 54e3fcf00..a7ab94f66 100644 --- a/flow-docs/gdpr-dsr-accountclose-msa.md +++ b/flow-docs/gdpr-dsr-accountclose-msa.md @@ -22,6 +22,7 @@ search.audienceType: - admin --- # Responding to GDPR Data Subject Account Close Requests for Microsoft Flow +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] The **right to erasure** of personal data is a key protection in the GDPR. This right includes removing all personal data except audit log information. When users decide to close their Microsoft Account (MSA), the user's underlying data is also deleted. diff --git a/flow-docs/gdpr-dsr-delete-msa.md b/flow-docs/gdpr-dsr-delete-msa.md index e9deceb68..51ff02077 100644 --- a/flow-docs/gdpr-dsr-delete-msa.md +++ b/flow-docs/gdpr-dsr-delete-msa.md @@ -22,6 +22,7 @@ search.audienceType: - admin --- # Respond to GDPR Data Subject Delete Requests +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] The **right to erasure** by the removal of personal data is a key protection in the GDPR. Removing personal data includes removing all personal data except audit log information. diff --git a/flow-docs/gdpr-dsr-delete.md b/flow-docs/gdpr-dsr-delete.md index b232ff023..ada1c8800 100644 --- a/flow-docs/gdpr-dsr-delete.md +++ b/flow-docs/gdpr-dsr-delete.md @@ -22,6 +22,7 @@ search.audienceType: - admin --- # Responding to GDPR Data Subject Delete Requests for Microsoft Flow +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] The “right to erasure” by the removal of personal data from an organization’s Customer Data is a key protection in the GDPR. Removing personal data includes removing all personal data and system-generated logs, except audit log information. diff --git a/flow-docs/gdpr-dsr-discovery-msa.md b/flow-docs/gdpr-dsr-discovery-msa.md index 5d5d3d20f..99e9207b1 100644 --- a/flow-docs/gdpr-dsr-discovery-msa.md +++ b/flow-docs/gdpr-dsr-discovery-msa.md @@ -22,6 +22,7 @@ search.audienceType: - admin --- # Respond to GDPR Data Subject Discovery Requests +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] The first step in responding to a DSR request is to find the personal data that’s the subject of the request. Here’s a summary of the Microsoft Flow resources that contain personal data for a user who authenticates with their Microsoft Account (MSA). diff --git a/flow-docs/gdpr-dsr-discovery.md b/flow-docs/gdpr-dsr-discovery.md index 2014f2df1..707ee5c35 100644 --- a/flow-docs/gdpr-dsr-discovery.md +++ b/flow-docs/gdpr-dsr-discovery.md @@ -22,6 +22,7 @@ search.audienceType: - admin --- # Responding to GDPR Data Subject Discovery Requests for Microsoft Flow +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] The first step in responding to a DSR is finding personal data that is the subject of the request. This first step helps you to determine whether a DSR meets your organization's requirements for honoring or declining a DSR request. For example, after finding and reviewing the personal data at issue, you may determine the request doesn’t meet your organization’s requirements because doing so may adversely affect the rights and freedoms of others. diff --git a/flow-docs/gdpr-dsr-export-msa.md b/flow-docs/gdpr-dsr-export-msa.md index 92d205429..f845d0249 100644 --- a/flow-docs/gdpr-dsr-export-msa.md +++ b/flow-docs/gdpr-dsr-export-msa.md @@ -22,6 +22,7 @@ search.audienceType: - admin --- # Responding to GDPR Data Subject Export Requests for Microsoft Flow +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] As part of our commitment to partner with you on your journey to the General Data Protection Regulation (GDPR), we’ve developed documentation to help you prepare. The documentation not only describes what we’re doing to prepare for the GDPR but also shares examples of steps you can take today with Microsoft to support GDPR compliance when using Microsoft Flow. diff --git a/flow-docs/gdpr-dsr-export.md b/flow-docs/gdpr-dsr-export.md index ffae61345..5730064ee 100644 --- a/flow-docs/gdpr-dsr-export.md +++ b/flow-docs/gdpr-dsr-export.md @@ -22,6 +22,7 @@ search.audienceType: - admin --- # Responding to GDPR Data Subject Export Requests for Microsoft Flow +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] As part of our commitment to partner with you on your journey to the General Data Protection Regulation (GDPR), we’ve developed documentation to help you prepare. The documentation not only describes what we’re doing to prepare for the GDPR but also shares examples of steps you can take today with Microsoft to support GDPR compliance when using Microsoft Flow. diff --git a/flow-docs/gdpr-dsr-summary-msa.md b/flow-docs/gdpr-dsr-summary-msa.md index b5bf439f5..0b6c22f8d 100644 --- a/flow-docs/gdpr-dsr-summary-msa.md +++ b/flow-docs/gdpr-dsr-summary-msa.md @@ -22,6 +22,7 @@ search.audienceType: - admin --- # Respond to GDPR Data Subject Rights (DSRs) requests +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] This article describes the European Union's General Data Protection Regulation (GDPR) and provides steps you can take to support GDPR compliance for Microsoft Flow users who authenticate with Microsoft Accounts (MSA). diff --git a/flow-docs/gdpr-dsr-summary.md b/flow-docs/gdpr-dsr-summary.md index bfbedb67a..d437d8e8c 100644 --- a/flow-docs/gdpr-dsr-summary.md +++ b/flow-docs/gdpr-dsr-summary.md @@ -22,6 +22,7 @@ search.audienceType: - admin --- # Responding to GDPR Data Subject Requests for Microsoft Flow +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] This article prepares you and your organization for the European Union's General Data Protection Regulation (GDPR). This article not only describes what Microsoft is doing to prepare for the GDPR but also shares examples of steps you can take today to support GDPR compliance when using PowerApps, Microsoft Flow, and Common Data Service. diff --git a/flow-docs/get-started-flow-dev.md b/flow-docs/get-started-flow-dev.md index 0c21b0921..c5e07a392 100644 --- a/flow-docs/get-started-flow-dev.md +++ b/flow-docs/get-started-flow-dev.md @@ -22,6 +22,7 @@ search.audienceType: - enduser --- # Start to build with Microsoft Flow +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] Here are some of the ways you can extend your application with Microsoft Flow: diff --git a/flow-docs/get-started-logic-flow.md b/flow-docs/get-started-logic-flow.md index 44b0458b2..c6a90b91d 100644 --- a/flow-docs/get-started-logic-flow.md +++ b/flow-docs/get-started-logic-flow.md @@ -22,6 +22,7 @@ search.audienceType: - enduser --- # Create a flow in Microsoft Flow +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] > [!VIDEO https://www.youtube.com/embed/Gt3CMhLAQqE?list=PL8nfc9haGeb55I9wL9QnWyHp3ctU2_ThF] diff --git a/flow-docs/get-started-logic-template.md b/flow-docs/get-started-logic-template.md index c8387503f..1ee7fec21 100644 --- a/flow-docs/get-started-logic-template.md +++ b/flow-docs/get-started-logic-template.md @@ -22,6 +22,7 @@ search.audienceType: - enduser --- # Create a flow from a template in Microsoft Flow +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] Create a flow from one of many built-in templates that can, for example, send you a Slack message when your manager sends you an email in Office 365. **Note:** [Create a flow from scratch](get-started-logic-flow.md) if you already have a process in mind and can't find a template for it. diff --git a/flow-docs/getting-started.md b/flow-docs/getting-started.md index 30e1549fb..a41adbddc 100644 --- a/flow-docs/getting-started.md +++ b/flow-docs/getting-started.md @@ -23,6 +23,7 @@ search.audienceType: --- # Get started with Microsoft Flow # +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] diff --git a/flow-docs/guide-staff-through-common-tasks-processes.md b/flow-docs/guide-staff-through-common-tasks-processes.md index 964506aae..c5768d0af 100644 --- a/flow-docs/guide-staff-through-common-tasks-processes.md +++ b/flow-docs/guide-staff-through-common-tasks-processes.md @@ -24,6 +24,7 @@ search.audienceType: - enduser --- # Create custom business logic through processes +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] Defining and enforcing consistent business processes is one of the main reasons people use model-driven apps. Consistent processes help make sure people using the system can focus on their work and not on remembering to perform a set of manual steps. Processes can be simple or complex and can change over time. diff --git a/flow-docs/import-flow-solution.md b/flow-docs/import-flow-solution.md index a7e44925a..56cee671b 100644 --- a/flow-docs/import-flow-solution.md +++ b/flow-docs/import-flow-solution.md @@ -23,6 +23,7 @@ search.audienceType: --- # Import a solution +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] > [!TIP] > If you want to have your flows start automatically after you import a solution, use Common Data Service (Current Environment) connector in your flow when you create it. diff --git a/flow-docs/introduction-to-button-flows.md b/flow-docs/introduction-to-button-flows.md index f3e955bc4..0ad1ce225 100644 --- a/flow-docs/introduction-to-button-flows.md +++ b/flow-docs/introduction-to-button-flows.md @@ -22,6 +22,7 @@ search.audienceType: - enduser --- # Introducing button flows +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] ## What are button flows? There are many repetitive tasks that we all wish we could run with just a tap of a button. For example, you may need to quickly email your team to remind them to join the daily team sync, or you may want to start a new Visual Studio Online build of your code base after you've been notified that there are no more checkins planned for the day. Button flows allow you to accomplish these and many other tasks simply by tapping a button on your mobile device. diff --git a/flow-docs/introduction-to-button-trigger-tokens.md b/flow-docs/introduction-to-button-trigger-tokens.md index 7258b0388..8344d6d45 100644 --- a/flow-docs/introduction-to-button-trigger-tokens.md +++ b/flow-docs/introduction-to-button-trigger-tokens.md @@ -22,6 +22,7 @@ search.audienceType: - enduser --- # Get started with button trigger tokens +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] ## What are button trigger tokens? Button trigger tokens are data points that are known and available to the device on which a [button flow](introduction-to-button-flows.md) is running. These tokens change based on factors such as the current time or the geographic location of the device at a given moment. diff --git a/flow-docs/introduction-to-data-groups.md b/flow-docs/introduction-to-data-groups.md index c14cb717d..32a901278 100644 --- a/flow-docs/introduction-to-data-groups.md +++ b/flow-docs/introduction-to-data-groups.md @@ -22,6 +22,7 @@ search.audienceType: - admin --- # Learn all about data groups +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] ## What is a data group? Data groups are a simple way to categorize services within a [data loss prevention (DLP) policy](prevent-data-loss.md). The two data groups available are the **Business data only** group and the **No business data allowed** group. Organizations are free to determine which services are placed into a particular data group. A good way to categorize services is to place them in groups, based on the impact to the organization. By default, all services are placed into the **No business data allowed** data group. You manage the services in a data group when you create or modify the properties of a DLP policy from the admin center. diff --git a/flow-docs/intune-support.md b/flow-docs/intune-support.md index 484305653..ff1348d4d 100644 --- a/flow-docs/intune-support.md +++ b/flow-docs/intune-support.md @@ -8,7 +8,6 @@ author: msftman manager: kvivek editor: '' tags: '' - ms.service: flow ms.devlang: na ms.topic: article @@ -19,6 +18,7 @@ ms.author: deonhe --- # Microsoft Flow mobile app supports Microsoft Intune +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] The Microsoft Flow mobile app for iOS and Android supports Intune's Mobile Application Management (MAM) without device enrollment. Using MAM allows IT administrators to create and enforce mobile data policies to safeguard organizational data. diff --git a/flow-docs/invoke-custom-actions-workflow-dialog.md b/flow-docs/invoke-custom-actions-workflow-dialog.md index a13ce3a9d..9bad6a1c8 100644 --- a/flow-docs/invoke-custom-actions-workflow-dialog.md +++ b/flow-docs/invoke-custom-actions-workflow-dialog.md @@ -24,6 +24,7 @@ search.audienceType: - enduser --- # Invoke custom actions from a workflow +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] Workflows have numerous capabilities supporting business scenarios. Calling basic data operation actions for a record, such as create, update, and delete, from within a workflow solves quite a few business scenarios. However, if you couple the capabilities of the workflows with the power of the custom actions invoked directly from within a workflow you add a whole new range of business scenarios to your application without needing to write code. diff --git a/flow-docs/limits-and-config.md b/flow-docs/limits-and-config.md index d0b1ef783..414bc4958 100644 --- a/flow-docs/limits-and-config.md +++ b/flow-docs/limits-and-config.md @@ -22,6 +22,7 @@ search.audienceType: - enduser --- # Limits and configuration in Microsoft Flow +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] This topic contains information about the current limits and configuration details for flows. ## Request limits diff --git a/flow-docs/mobile-approvals.md b/flow-docs/mobile-approvals.md index 4d2a0a18e..b6fd90326 100644 --- a/flow-docs/mobile-approvals.md +++ b/flow-docs/mobile-approvals.md @@ -22,6 +22,7 @@ search.audienceType: - enduser --- # Approve requests on your mobile device by using Microsoft Flow +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] If a flow identifies you as an approver and you've installed the mobile app for Microsoft Flow, you receive a push notification whenever your approval is requested. This article walks you through a few common scenarios that you’re likely to encounter while you manage approval requests in the mobile app for Microsoft Flow. diff --git a/flow-docs/mobile-create-flow.md b/flow-docs/mobile-create-flow.md index f48879758..11e296911 100644 --- a/flow-docs/mobile-create-flow.md +++ b/flow-docs/mobile-create-flow.md @@ -22,6 +22,7 @@ search.audienceType: - enduser --- # Create a flow from your phone by using Microsoft Flow +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] Create a flow from your phone by using a template, which you can find by searching through a list of services, browsing categories, or specifying keywords. Follow the steps in this topic to create a flow that sends a push notification to your phone when you get mail from your manager. If you're unfamiliar with Microsoft Flow, [get an overview](getting-started.md). diff --git a/flow-docs/mobile-manage-flows.md b/flow-docs/mobile-manage-flows.md index 41465a234..b36d28448 100644 --- a/flow-docs/mobile-manage-flows.md +++ b/flow-docs/mobile-manage-flows.md @@ -22,6 +22,7 @@ search.audienceType: - enduser --- # Manage flows in Microsoft Flow from your phone +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] View a list of all flows that you created and, for each flow, view its events and actions, enable or disable it, and explore its run history. **Prerequisites** diff --git a/flow-docs/mobile-monitor-activity.md b/flow-docs/mobile-monitor-activity.md index 71772afba..c90dfdc54 100644 --- a/flow-docs/mobile-monitor-activity.md +++ b/flow-docs/mobile-monitor-activity.md @@ -22,6 +22,7 @@ search.audienceType: - enduser --- # Monitor activity in Microsoft Flow from your phone +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] View a summary of how many times each flow succeeded or failed today, yesterday, and previous days. Explore details about each run, such as when it ran, how long each step took and, if it failed, why. **Prerequisites** diff --git a/flow-docs/modern-approvals.md b/flow-docs/modern-approvals.md index 44cc3a3a6..3e972a6fb 100644 --- a/flow-docs/modern-approvals.md +++ b/flow-docs/modern-approvals.md @@ -22,6 +22,7 @@ search.audienceType: - enduser --- # Create and test an approval workflow with Microsoft Flow +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] With Microsoft Flow, you can manage the approval of documents or processes across several services, including SharePoint, Dynamics 365, Salesforce, OneDrive for Business, Zendesk, or WordPress. diff --git a/flow-docs/monitor-manage-processes.md b/flow-docs/monitor-manage-processes.md index b33198296..680abc792 100644 --- a/flow-docs/monitor-manage-processes.md +++ b/flow-docs/monitor-manage-processes.md @@ -23,6 +23,7 @@ search.audienceType: - enduser --- # Monitor and manage workflow processes +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] To monitor and manage processes, you must locate the process, evaluate the status, and perform any actions necessary to address problems. diff --git a/flow-docs/multi-step-logic-flow.md b/flow-docs/multi-step-logic-flow.md index 850eb8d0e..f540839a7 100644 --- a/flow-docs/multi-step-logic-flow.md +++ b/flow-docs/multi-step-logic-flow.md @@ -22,6 +22,7 @@ search.audienceType: - enduser --- # Add multiple actions and advanced options to a flow +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] Customize a flow by adding one or more advanced options and multiple actions for the same trigger. For example, add an advanced option that sends an email message as high priority. In addition to sending mail when an item is added to a SharePoint list, create a file in Dropbox that contains the same information. ## Prerequisites diff --git a/flow-docs/odata-filters.md b/flow-docs/odata-filters.md index d52b373e7..3b6bcf902 100644 --- a/flow-docs/odata-filters.md +++ b/flow-docs/odata-filters.md @@ -22,6 +22,7 @@ search.audienceType: - enduser --- # Filter and copy data with Microsoft Flow +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] This walkthrough shows you how to create a flow that monitors a source for new or changed items and then copies those changes to a destination. You may create a flow like this one if your users enter data in one location, but your team needs it in a different location or format. While this walkthrough copies data from a Microsoft SharePoint [list](https://support.office.com/article/SharePoint-lists-I-An-introduction-f11cd5fe-bc87-4f9e-9bfe-bbd87a22a194) (the source) to an [Azure SQL Database](https://docs.microsoft.com/azure/sql-database/sql-database-technical-overview) table (the destination), you can copy data among any of the more than [150 services](https://flow.microsoft.com/connectors/) that Microsoft Flow supports. diff --git a/flow-docs/onedrive-business-launch-panel.md b/flow-docs/onedrive-business-launch-panel.md index defbc255e..3057dd2e6 100644 --- a/flow-docs/onedrive-business-launch-panel.md +++ b/flow-docs/onedrive-business-launch-panel.md @@ -24,6 +24,7 @@ search.audienceType: # Create flows from the OneDrive for Business launch panel +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] Similar to the Microsoft Flow [Launch Panel in SharePoint](https://flow.microsoft.com/blog/introducing-flow-launch-panel-in-sharepoint-lists-and-libraries/), you can run flows on specific files in OneDrive for Business. diff --git a/flow-docs/organization-q-and-a.md b/flow-docs/organization-q-and-a.md index 28b6fcfdc..2031a0547 100644 --- a/flow-docs/organization-q-and-a.md +++ b/flow-docs/organization-q-and-a.md @@ -22,6 +22,7 @@ search.audienceType: - admin --- # Flow in your organization Q&A +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] This topic describes how users in your organization can use Flow, and how you can control the Flow service. ## Signing up for Flow diff --git a/flow-docs/overview-solution-flows.md b/flow-docs/overview-solution-flows.md index dc2a35ce0..e5b40bdcb 100644 --- a/flow-docs/overview-solution-flows.md +++ b/flow-docs/overview-solution-flows.md @@ -23,6 +23,7 @@ search.audienceType: --- # Overview +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] When you host your flows in a [solution](https://docs.microsoft.com/powerapps/maker/common-data-service/solutions-overview), they become portable, making it effortless to move them and all their components from one environment to another. A typical use case is for an independent software vendor (ISV) to develop flows in a sandbox environment, and then move those flows to a test environment. After testing, the ISV would then move the flows to a production environment for clients who purchase these flows. This process is much easier when you create your flows in solutions, and then move the solutions and their contents. diff --git a/flow-docs/parallel-modern-approvals.md b/flow-docs/parallel-modern-approvals.md index 0683bb8dd..c22e62cf5 100644 --- a/flow-docs/parallel-modern-approvals.md +++ b/flow-docs/parallel-modern-approvals.md @@ -22,6 +22,7 @@ search.audienceType: - enduser --- # Create parallel approval workflows with Microsoft Flow +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] In a parallel approval workflow, multiple persons are required to approve items such as invoices, purchase orders, vacation requests, etc. Each person's approval is independent of all other approvers. diff --git a/flow-docs/prevent-data-loss.md b/flow-docs/prevent-data-loss.md index 4b7cff287..c3ef1519d 100644 --- a/flow-docs/prevent-data-loss.md +++ b/flow-docs/prevent-data-loss.md @@ -22,6 +22,7 @@ search.audienceType: - admin --- # Data loss prevention (DLP) policies +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] This document introduces you to data loss prevention policies, which help protect your organizational data from being shared with a list of connectors that you define. diff --git a/flow-docs/publish-a-template.md b/flow-docs/publish-a-template.md index 859f2bdda..76d4bad75 100644 --- a/flow-docs/publish-a-template.md +++ b/flow-docs/publish-a-template.md @@ -22,6 +22,7 @@ search.audienceType: - enduser --- # Submit a template to the Microsoft Flow gallery +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] Submit a flow template to the gallery of templates for Microsoft Flow. Templates help people not only to create flows more easily but also to imagine additional scenarios that would benefit from a flow. diff --git a/flow-docs/regions-overview.md b/flow-docs/regions-overview.md index c9fa1c719..b5e415c4c 100644 --- a/flow-docs/regions-overview.md +++ b/flow-docs/regions-overview.md @@ -22,6 +22,7 @@ search.audienceType: - enduser --- # FAQ for regions in Microsoft Flow +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] This document provides a list of frequently asked questions about Microsoft Flow. ## How do I find out where my flow is deployed? diff --git a/flow-docs/release-notes.md b/flow-docs/release-notes.md index 7ceea1686..55a027ce6 100644 --- a/flow-docs/release-notes.md +++ b/flow-docs/release-notes.md @@ -22,6 +22,7 @@ search.audienceType: - enduser --- # Release notes +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] ## Top questions 1. My flow failed. How do I fix it? diff --git a/flow-docs/remove-solution-aware-flow.md b/flow-docs/remove-solution-aware-flow.md index 133fe3e3e..2418cbd95 100644 --- a/flow-docs/remove-solution-aware-flow.md +++ b/flow-docs/remove-solution-aware-flow.md @@ -23,6 +23,7 @@ search.audienceType: --- # Remove a solution-aware flow +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] You can either remove a flow from a solution, or delete the flow from an environment entirely. diff --git a/flow-docs/replace-dialogs.md b/flow-docs/replace-dialogs.md index 2d933e353..af27fa4b5 100644 --- a/flow-docs/replace-dialogs.md +++ b/flow-docs/replace-dialogs.md @@ -23,6 +23,7 @@ search.audienceType: - enduser --- # Replace dialogs with business process flows or canvas apps +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] [Dialogs are deprecated](https://docs.microsoft.com/dynamics365/get-started/whats-new/customer-engagement/important-changes-coming#dialogs-are-deprecated), and should be replaced by business process flows or canvas apps. This topic describes different capabilities of these options as well as situations where a business process flow or canvas app embedded in a model-driven form can be used to replace an existing dialog. diff --git a/flow-docs/replace-workflows-with-flows.md b/flow-docs/replace-workflows-with-flows.md index 79de87816..2240f49d9 100644 --- a/flow-docs/replace-workflows-with-flows.md +++ b/flow-docs/replace-workflows-with-flows.md @@ -15,6 +15,7 @@ search.audienceType: --- # Replace classic Common Data Service workflows with flows +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] This topic compares Microsoft Flow capabilities with classic workflow. diff --git a/flow-docs/run-scheduled-tasks.md b/flow-docs/run-scheduled-tasks.md index b03edcf77..4cb23cdae 100644 --- a/flow-docs/run-scheduled-tasks.md +++ b/flow-docs/run-scheduled-tasks.md @@ -22,6 +22,7 @@ search.audienceType: - enduser --- # Run flows on a schedule +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] Create a flow that performs one or more tasks (such as sending a report in email): * once a day, an hour, or a minute diff --git a/flow-docs/see-a-flow-run.md b/flow-docs/see-a-flow-run.md index 3f28f02d7..c98285758 100644 --- a/flow-docs/see-a-flow-run.md +++ b/flow-docs/see-a-flow-run.md @@ -22,6 +22,7 @@ search.audienceType: - enduser --- # Watch your flows in action +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] >[!VIDEO https://www.youtube.com/embed/3wPoUCGm7Yg] diff --git a/flow-docs/sequential-modern-approvals.md b/flow-docs/sequential-modern-approvals.md index bb4367011..962abd8e7 100644 --- a/flow-docs/sequential-modern-approvals.md +++ b/flow-docs/sequential-modern-approvals.md @@ -22,6 +22,7 @@ search.audienceType: - enduser --- # Manage sequential approvals with Microsoft Flow +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] Some workflows require pre-approval before the final approver is required to sign off. For example, a company may have a sequential approval policy that requires pre-approval for invoices over $1000.00 before they're approved by the Finance department. In this walkthrough, we create a sequential approval flow that manages employee vacation requests. diff --git a/flow-docs/share-buttons.md b/flow-docs/share-buttons.md index 5ff30f817..23b43b78b 100644 --- a/flow-docs/share-buttons.md +++ b/flow-docs/share-buttons.md @@ -22,6 +22,7 @@ search.audienceType: - enduser --- # Share button flows in Microsoft Flow +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] In the Microsoft Flow mobile app, you can share [button flows](introduction-to-button-flows.md) (buttons) with other users or groups within your organization. When you share a button, the person or group with whom you share can run your button, the same way they run their own buttons. You can also [share a link](share-buttons.md#re-share-a-button) to buttons that another person shared with you. You can [stop sharing](share-buttons.md#stop-sharing-a-button) your buttons at any time. > The screenshots used in this document were taken from an Android device. If you're using an iPhone, the images may appear differently, but the functionality is the same. diff --git a/flow-docs/sign-up-sign-in.md b/flow-docs/sign-up-sign-in.md index 6da585c9f..64cfe8e81 100644 --- a/flow-docs/sign-up-sign-in.md +++ b/flow-docs/sign-up-sign-in.md @@ -22,6 +22,7 @@ search.audienceType: - enduser --- # Sign up and sign in for Microsoft Flow +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] Starting with Microsoft Flow, as an individual, is easy! Before you can create a flow, sign up by using any email address. If you've never used an online Microsoft product with that address, you'll need to take a few moments to register it. diff --git a/flow-docs/ui-flows/create-desktop.md b/flow-docs/ui-flows/create-desktop.md index ac5868ff7..b8b432efe 100644 --- a/flow-docs/ui-flows/create-desktop.md +++ b/flow-docs/ui-flows/create-desktop.md @@ -23,6 +23,7 @@ search.audienceType: --- # Create and test desktop UI flows +[!INCLUDE [view-pending-approvals](../includes/cc-rebrand.md)] [This topic is pre-release documentation and is subject to change.] diff --git a/flow-docs/ui-flows/create-web.md b/flow-docs/ui-flows/create-web.md index 2cbcf8265..b417163d3 100644 --- a/flow-docs/ui-flows/create-web.md +++ b/flow-docs/ui-flows/create-web.md @@ -22,6 +22,7 @@ search.audienceType: - enduser --- # Create your first Web UI flow +[!INCLUDE [view-pending-approvals](../includes/cc-rebrand.md)] [This topic is pre-release documentation and is subject to change.] diff --git a/flow-docs/ui-flows/edit-desktop.md b/flow-docs/ui-flows/edit-desktop.md index d88347f4f..ff8410361 100644 --- a/flow-docs/ui-flows/edit-desktop.md +++ b/flow-docs/ui-flows/edit-desktop.md @@ -23,6 +23,7 @@ search.audienceType: --- # Edit desktop UI flows +[!INCLUDE [view-pending-approvals](../includes/cc-rebrand.md)] [This topic is pre-release documentation and is subject to change.] diff --git a/flow-docs/ui-flows/edit-web.md b/flow-docs/ui-flows/edit-web.md index e60b5cd27..d8de9938b 100644 --- a/flow-docs/ui-flows/edit-web.md +++ b/flow-docs/ui-flows/edit-web.md @@ -22,6 +22,7 @@ search.audienceType: - enduser --- # Edit Web UI flows +[!INCLUDE [view-pending-approvals](../includes/cc-rebrand.md)] [This topic is pre-release documentation and is subject to change.] diff --git a/flow-docs/ui-flows/inputs-outputs-desktop.md b/flow-docs/ui-flows/inputs-outputs-desktop.md index bc07bdd21..6444574cf 100644 --- a/flow-docs/ui-flows/inputs-outputs-desktop.md +++ b/flow-docs/ui-flows/inputs-outputs-desktop.md @@ -23,6 +23,7 @@ search.audienceType: --- # Use inputs and outputs in Desktop UI flows +[!INCLUDE [view-pending-approvals](../includes/cc-rebrand.md)] [This topic is pre-release documentation and is subject to change.] diff --git a/flow-docs/ui-flows/inputs-outputs-web.md b/flow-docs/ui-flows/inputs-outputs-web.md index 0f218bd55..9a4146ccf 100644 --- a/flow-docs/ui-flows/inputs-outputs-web.md +++ b/flow-docs/ui-flows/inputs-outputs-web.md @@ -22,6 +22,7 @@ search.audienceType: - enduser --- # Use inputs and outputs in Web UI flows +[!INCLUDE [view-pending-approvals](../includes/cc-rebrand.md)] [This topic is pre-release documentation and is subject to change.] diff --git a/flow-docs/ui-flows/manage.md b/flow-docs/ui-flows/manage.md index 6d608e85d..eab6f77d7 100644 --- a/flow-docs/ui-flows/manage.md +++ b/flow-docs/ui-flows/manage.md @@ -23,6 +23,7 @@ search.audienceType: --- # Manage UI flows +[!INCLUDE [view-pending-approvals](../includes/cc-rebrand.md)] [This topic is pre-release documentation and is subject to change.] diff --git a/flow-docs/ui-flows/overview.md b/flow-docs/ui-flows/overview.md index 9ab407845..39a38fd70 100644 --- a/flow-docs/ui-flows/overview.md +++ b/flow-docs/ui-flows/overview.md @@ -22,6 +22,7 @@ search.audienceType: - enduser --- # Preview: Introduction to UI flows +[!INCLUDE [view-pending-approvals](../includes/cc-rebrand.md)] [This topic is pre-release documentation and is subject to change.] diff --git a/flow-docs/ui-flows/run-ui-flow.md b/flow-docs/ui-flows/run-ui-flow.md index ca2e0326f..8a6213b60 100644 --- a/flow-docs/ui-flows/run-ui-flow.md +++ b/flow-docs/ui-flows/run-ui-flow.md @@ -23,6 +23,7 @@ search.audienceType: --- # Run UI flows +[!INCLUDE [view-pending-approvals](../includes/cc-rebrand.md)] [This topic is pre-release documentation and is subject to change.] diff --git a/flow-docs/ui-flows/setup.md b/flow-docs/ui-flows/setup.md index 36c3fcfd3..75dac34d4 100644 --- a/flow-docs/ui-flows/setup.md +++ b/flow-docs/ui-flows/setup.md @@ -23,6 +23,7 @@ search.audienceType: --- # Setup UI flows +[!INCLUDE [view-pending-approvals](../includes/cc-rebrand.md)] [This topic is pre-release documentation and is subject to change.] diff --git a/flow-docs/us-govt.md b/flow-docs/us-govt.md index 22c6ea909..1d49db7ab 100644 --- a/flow-docs/us-govt.md +++ b/flow-docs/us-govt.md @@ -17,6 +17,7 @@ search.audienceType: --- # Microsoft Flow US Government +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] In response to the unique and evolving requirements of the United States public sector, Microsoft has created Microsoft Flow US Government plans. This section provides an overview of features that are specific to Microsoft Flow US Government. We recommend that you read this supplementary section as well as the Microsoft Flow service [getting started](https://docs.microsoft.com/flow/getting-started) topic. For brevity, this service is commonly referred to as *Flow GCC*. diff --git a/flow-docs/use-ai-builder.md b/flow-docs/use-ai-builder.md index d5eeaf532..416a00e2a 100644 --- a/flow-docs/use-ai-builder.md +++ b/flow-docs/use-ai-builder.md @@ -23,6 +23,7 @@ search.audienceType: --- # Use AI Builder in Microsoft Flow +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] AI Builder is a new Power Platform capability that enables you to add intelligence to your automated processes, predict outcomes, and help improve business performance. AI Builder is a turnkey solution that brings the power of Microsoft AI through a point-and-click experience and is directly integrated into PowerApps and Microsoft Flow. More information: [What is AI Builder?](/ai-builder/) diff --git a/flow-docs/use-cds-for-apps-dialogs.md b/flow-docs/use-cds-for-apps-dialogs.md index 70757ca70..3f7578bfb 100644 --- a/flow-docs/use-cds-for-apps-dialogs.md +++ b/flow-docs/use-cds-for-apps-dialogs.md @@ -18,6 +18,7 @@ search.audienceType: - enduser --- # Use Common Data Service dialogs for guided processes (Deprecated) +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] [Dialogs are deprecated](/dynamics365/get-started/whats-new/customer-engagement/important-changes-coming#dialogs-are-deprecated). You should replace dialogs with business process flows or canvas apps. More information: [Replace dialogs with business process flows or canvas apps](replace-dialogs.md) diff --git a/flow-docs/use-expressions-in-conditions.md b/flow-docs/use-expressions-in-conditions.md index c6943d0df..087977173 100644 --- a/flow-docs/use-expressions-in-conditions.md +++ b/flow-docs/use-expressions-in-conditions.md @@ -20,6 +20,7 @@ search.audienceType: - enduser --- # Use expressions in conditions to check multiple values +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] In this walkthrough, you'll learn to use expressions and **Conditions** to compare multiple values in **Advanced mode**. When you create a flow, you can use the [**Condition**](add-condition.md#add-a-condition) card in basic mode to quickly compare a single value with another value. However, there're times when you need to compare multiple values. For example, you may want to check the value of a few columns in a spreadsheet or database table. diff --git a/flow-docs/visio-flows.md b/flow-docs/visio-flows.md index 449a1a55f..82b2880bd 100644 --- a/flow-docs/visio-flows.md +++ b/flow-docs/visio-flows.md @@ -24,6 +24,7 @@ search.audienceType: # Design flows in Microsoft Visio +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] The Microsoft Flow designer is a rich tool in which you can configure every detail of your logic. However, sometimes you may want to just sketch your flow logic before you start building your flow. To do this, use Microsoft Visio directly from within Microsoft Flow. diff --git a/flow-docs/wait-for-approvals.md b/flow-docs/wait-for-approvals.md index 74639d324..bf5bf5168 100644 --- a/flow-docs/wait-for-approvals.md +++ b/flow-docs/wait-for-approvals.md @@ -22,6 +22,7 @@ search.audienceType: - enduser --- # Wait for approval in Microsoft Flow +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] > [!VIDEO https://www.youtube.com/embed/W6oxcYRtW-8?list=PL8nfc9haGeb55I9wL9QnWyHp3ctU2_ThF] > diff --git a/flow-docs/web-api.md b/flow-docs/web-api.md index ef1b08324..dc063b59f 100644 --- a/flow-docs/web-api.md +++ b/flow-docs/web-api.md @@ -10,10 +10,10 @@ ms.service: business-applications ms.technology: ms.author: stepsic audience: Power user - --- # Microsoft Flow Web API +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] Going forward, all flows will be stored in Common Data Service and leverage [the rich Web API](https://docs.microsoft.com/powerapps/developer/common-data-service/webapi/perform-operations-web-api). diff --git a/flow-docs/workflow-processes.md b/flow-docs/workflow-processes.md index c5fde11ba..cea0e7720 100644 --- a/flow-docs/workflow-processes.md +++ b/flow-docs/workflow-processes.md @@ -16,6 +16,7 @@ search.audienceType: - enduser --- # Classic Common Data Service workflows +[!INCLUDE [view-pending-approvals](includes/cc-rebrand.md)] Workflows automate business processes without a user interface. People usually use workflow processes to initiate automation that doesn’t require any user interaction.