Skip to content

Commit

Permalink
Merge pull request #1319 from MicrosoftDocs/main638411186126825131syn…
Browse files Browse the repository at this point in the history
…c_temp

For protected branch, push strategy should use PR and merge to target branch method to work around git push error
  • Loading branch information
learn-build-service-prod[bot] authored Jan 17, 2024
2 parents dd9d381 + 5c6ad2c commit 17268ac
Show file tree
Hide file tree
Showing 3 changed files with 924 additions and 15 deletions.
44 changes: 30 additions & 14 deletions articles/flows-designer.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Instructions appear and tell you what you must do to test your flow. The followi

:::image type="content" source="media/flows-designer/test-prompt.png" alt-text="Screenshot of instructions that tell you how to test your flow.":::

Follow the instructions to test your flow. In this example, you must send an email. The flow test then runs. When the test has finished running, a green check mark appears on each card, together with the number of seconds that it took to be processed.
Follow the instructions to test your flow. In this example, you must send an email. The flow test then runs. When the test finishes running, a green check mark appears on each card, together with the number of seconds that it took to be processed.

:::image type="content" source="media/flows-designer/test-result.png" alt-text="Screenshot of test results.":::

Expand Down Expand Up @@ -117,6 +117,15 @@ On the **Settings** tab, you can set the action time-out, network retry policy,
| Security | Use the **Secure inputs** and **Secure outputs** toggles to turn the operations, and references of output properties, on or off. |
| Tracking | Set the key and value of tracked properties.

### Configurable trigger polling setting

In select triggers such as _When an item is created-Sharepoint_, and more, you can manually configure the trigger polling setting. This means you can configure how often the flow should check for new items in Sharepoint and others. This in turn ensures how quickly your flow responds to any changes or trigger events. The default polling period is three (3) minutes, which means the flow checks every three (3) minutes if a new item was created.

1. On the [action configuration pane](#action-configuration-pane), select the **Parameters** tab.
1. Under the **How often do you want to check for items?** heading, enter the interval number and the frequency from the dropdown menu.

:::image type="content" source="media/flows-designer/trigger-polling.svg" alt-text="Screenshot of the trigger polling setting in the action configuration pane, Parameters tab.":::

### Code View

To view the code behind any card in your flow, select the card on the canvas, and then select **Code View** in the action configuration pane. As you customize the code on the [Parameters](#parameters) tab, you can view the new code on the **Code View** tab.
Expand Down Expand Up @@ -171,42 +180,49 @@ To quickly identify which designer version you're using, ask yourself the follow

The cloud flows designer has smaller cards to facilitate easy navigation. It also has a standalone action configuration pane on the left.

## Limitation
## Limitations

You might notice that some functionalities that were in the classic designer aren't available in the cloud flows designer yet. Currently, the designer doesn't support the following:
1. Non-Open API flows (Peek code on an action and if you see `_methods_` parameter, the flow is a non-open API flow),
1. Non-Open API flows (Peek code on an action and if you see `_methods_` parameter, the flow is a non-open API flow)
1. Some hybrid triggers:
1. When a record is selected (Dataverse),
1. When a flow is run from business process flow (Dataverse),
1. For a selected message (v2 Teams),
1. TeamsOnComposeMessage (Teams),
1. Teams card trigger,
1. Microsoft 365 Compliance Connector
1. A comment,
1. Power Pages connector,
1. Power Apps v1 trigger
1. A comment
1. Power Pages connector
1. Power Apps v1 trigger
1. Perform a changeset request action (Dataverse)
1. A solution flow using connections instead of connection reference isn't supported. We recommend that you use connection reference instead.

If you want to work with missing functionalities in the designer, select **Switch to classic designer** on the menu in the cloud flows designer.

## FAQ
:::image type="content" source="media/flows-designer/classic-designer.png" alt-text="Screenshot of the 'Switch to classic designer' button below the menu.":::

### Why do I get this error "O.split(...).at is not a function" when signing in?
> [!NOTE]
> The Power Automate cloud flows designer isn't yet available in integration surfaces such as Power Apps, Teams, and others.
Power Automate designer doesn't support browsers that are more than two (2) years old. You could see the aforementioned or similar errors in the designer if your browser version is old. It is generally a good idea to update your browser to latest version to avoid such issues.
## FAQ

### Why do I get this error "O.split(...).at is not a function" when signing in?

Power Automate designer doesn't support browsers that are more than two (2) years old. You could see the aforementioned or similar errors in the designer if your browser version is old. It is generally a good idea to update your browser to latest version to avoid such issues.

### Why do I get this error "The provided flow name contains invalid characters" when importing a flow in a new tenant?

This is a temporary gap, which you can work around by adding a query parameter `_v3=false_` in your URL.
This is a temporary gap, which you can work around by adding a query parameter `v3=false` in your URL.

> [!NOTE]
> The Power Automate cloud flows designer isn't yet available in integration surfaces such as Power Apps, Teams, and others.
### Why do I not see dynamic content from triggers like 'When a response is submitted' or why is the flow automatically putting an unnecessary loop?

:::image type="content" source="media/flows-designer/classic-designer.png" alt-text="Screenshot of the 'Switch to classic designer' button below the menu.":::
This might be because of a temporary issue where the **Split On** setting of the trigger is off. If you enable the setting, the issue should go away.

1. On the [action configuration pane](#action-configuration-pane), select the **Settings** tab.
1. Under the **Split On** heading, move the toggle to **On**,

### See also

To learn more, go to [Get started with Copilot in cloud flows](get-started-with-copilot.md).
[Get started with Copilot in cloud flows](get-started-with-copilot.md)


2 changes: 1 addition & 1 deletion articles/get-started-with-copilot.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ The cloud flows Copilot supports English language only for models.

### There are some missing functionalities in the cloud flows designer with copilot capabilities. What do I do?

If you want to work with missing functionalities in the designer, go to [Limitation](flows-designer.md#limitation) for details.
If you want to work with missing functionalities in the designer, go to [Limitations](flows-designer.md#limitations) for details.

### What licenses do I need to access Copilot in Power Automate cloud flows?

Expand Down
Loading

0 comments on commit 17268ac

Please sign in to comment.