Skip to content

Commit

Permalink
Merge branch 'master' into mining
Browse files Browse the repository at this point in the history
  • Loading branch information
v-aangie authored Oct 27, 2021
2 parents 8cb7636 + 159b600 commit c298184
Show file tree
Hide file tree
Showing 108 changed files with 2,160 additions and 1,825 deletions.
5 changes: 0 additions & 5 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,4 @@
"MD025": {
"front_matter_title": ""
}
},
"cSpell.words": [
"Quickstart",
"walkthrough"
]
}
8 changes: 8 additions & 0 deletions articles/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"markdownlint.config": {
"MD028": false,
"MD025": {
"front_matter_title": ""
}
}
}
42 changes: 27 additions & 15 deletions articles/TOC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,8 @@
href: ./desktop-flows/monitor-desktop-flow-runs.md
- name: Desktop flow queues
href: ./desktop-flows/monitor-desktop-flow-queues.md
- name: Data loss prevention (DLP) (preview)
href: ./desktop-flows/data-loss-prevention.md
- name: Power Automate console
href: ./desktop-flows/console.md
- name: Desktop flow designer
Expand Down Expand Up @@ -493,8 +495,10 @@
href: ./desktop-flows/how-to/get-position-size-window.md
- name: Automate applications using keyboard shortcuts
href: ./desktop-flows/how-to/automate-applications-keyboard-shortcuts.md
- name: Access elements that depend on how the window appears on the screen
- name: Access elements that depend on how the window appears on the screen
href: ./desktop-flows/how-to/access-elements-depend-window.md
# - name: Automate java applications
# href: ./desktop-flows/java.md
- name: Automate web applications and web pages
items:
- name: Handle links that open new tabs
Expand Down Expand Up @@ -546,10 +550,16 @@
href: ./desktop-flows/actions-reference/conditionals.md
- name: Loops
href: ./desktop-flows/actions-reference/loops.md
- name: Wait
href: ./desktop-flows/actions-reference/wait.md
- name: Flow control
href: ./desktop-flows/actions-reference/flowcontrol.md
- name: Run flow
href: ./desktop-flows/actions-reference/runflow.md
- name: System
href: ./desktop-flows/actions-reference/system.md
- name: Workstation
href: ./desktop-flows/actions-reference/workstation.md
- name: Scripting
href: ./desktop-flows/actions-reference/scripting.md
- name: File
href: ./desktop-flows/actions-reference/file.md
- name: Folder
Expand All @@ -558,9 +568,9 @@
href: ./desktop-flows/actions-reference/compression.md
- name: UI automation
href: ./desktop-flows/actions-reference/uiautomation.md
- name: Web
- name: HTTP
href: ./desktop-flows/actions-reference/web.md
- name: Web automation
- name: Browser automation
href: ./desktop-flows/actions-reference/webautomation.md
- name: Excel
href: ./desktop-flows/actions-reference/excel.md
Expand All @@ -580,7 +590,7 @@
href: ./desktop-flows/actions-reference/clipboard.md
- name: Text
href: ./desktop-flows/actions-reference/text.md
- name: Datetime
- name: Date time
href: ./desktop-flows/actions-reference/datetime.md
- name: PDF
href: ./desktop-flows/actions-reference/pdf.md
Expand All @@ -592,24 +602,26 @@
href: ./desktop-flows/actions-reference/ocr.md
- name: Cryptography
href: ./desktop-flows/actions-reference/cryptography.md
- name: Services
- name: Windows services
href: ./desktop-flows/actions-reference/services.md
- name: XML
href: ./desktop-flows/actions-reference/xml.md
- name: FTP
href: ./desktop-flows/actions-reference/ftp.md
- name: CyberArk
href: ./desktop-flows/actions-reference/cyberark.md
- name: Active Directory
href: ./desktop-flows/actions-reference/activedirectory.md
- name: AWS
href: ./desktop-flows/actions-reference/aws.md
- name: Azure
href: ./desktop-flows/actions-reference/azure.md
- name: Cognitive
href: ./desktop-flows/actions-reference/cognitive.md
- name: CyberArk
href: ./desktop-flows/actions-reference/cyberark.md
- name: Flow control
href: ./desktop-flows/actions-reference/flowcontrol.md
- name: FTP
href: ./desktop-flows/actions-reference/ftp.md
- name: Google cognitive
href: ./desktop-flows/actions-reference/googlecognitive.md
- name: IBM cognitive
href: ./desktop-flows/actions-reference/ibmcognitive.md
- name: Microsoft cognitive
href: ./desktop-flows/actions-reference/microsoftcognitive.md
- name: Process migrator for Softomotive products (preview)
href: ./desktop-flows/softomotive-migrator.md
- name: Use RPA with Dynamics 365
Expand Down
2 changes: 1 addition & 1 deletion articles/dataverse/bound-unbound.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Actions represent operations that might have side effects in the database, such
There are two types of Dataverse actions that you can use in flows.

- [Bound actions](#bound-actions)
- [Unbound actions](#unbound-actions
- [Unbound actions](#unbound-actions)

## Bound actions

Expand Down
15 changes: 8 additions & 7 deletions articles/desktop-flows/actions-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,13 @@ Click on any of the action groups and the list of actions will appear along with

||||||
|-----|-----|-----|-----|-----|
|[Variables](actions-reference/variables.md)|[Conditionals](actions-reference/conditionals.md)|[Loops](actions-reference/loops.md)|[Wait](actions-reference/wait.md)|[System](actions-reference/system.md)|
|[File](actions-reference/file.md)|[Folder](actions-reference/folder.md)|[Compression](actions-reference/compression.md)|[UI automation](actions-reference/uiautomation.md)|[Web](actions-reference/web.md)|
|[Web automation](actions-reference/webautomation.md)|[Excel](actions-reference/excel.md)|[Database](actions-reference/database.md)|[Email](actions-reference/email.md)|[Exchange](actions-reference/exchange.md)|
|[Outlook](actions-reference/outlook.md)|[Message boxes](actions-reference/display.md)|[Mouse and keyboard](actions-reference/mouseandkeyboard.md)|[Clipboard](actions-reference/clipboard.md)|[Text](actions-reference/text.md)|
|[Datetime](actions-reference/datetime.md)|[PDF](actions-reference/pdf.md)|[CMD session](actions-reference/cmd.md)|[Terminal emulation](actions-reference/terminalemulation.md)|[OCR](actions-reference/ocr.md)|
|[Cryptography](actions-reference/cryptography.md)|[Services](actions-reference/services.md)|[XML](actions-reference/xml.md)|[Active Directory](actions-reference/activedirectory.md)|[AWS](actions-reference/aws.md)|
|[Azure](actions-reference/azure.md)|[Cognitive](actions-reference/cognitive.md)|[CyberArk](actions-reference/cyberark.md)|[Flow control](actions-reference/flowcontrol.md)|[FTP](actions-reference/ftp.md)|
|[Variables](actions-reference/variables.md)|[Conditionals](actions-reference/conditionals.md)|[Loops](actions-reference/loops.md)|[Flow control](actions-reference/flowcontrol.md)|[Run flow](actions-reference/runflow.md)|
|[System](actions-reference/system.md)|[Workstation](actions-reference/workstation.md)|[Scripting](actions-reference/scripting.md)|[File](actions-reference/file.md)|[Folder](actions-reference/folder.md)|
|[Compression](actions-reference/compression.md)|[UI automation](actions-reference/uiautomation.md)|[HTTP](actions-reference/web.md)|[Browser automation](actions-reference/webautomation.md)|[Excel](actions-reference/excel.md)|
|[Database](actions-reference/database.md)|[Email](actions-reference/email.md)|[Exchange](actions-reference/exchange.md)|[Outlook](actions-reference/outlook.md)|[Message boxes](actions-reference/display.md)|
|[Mouse and keyboard](actions-reference/mouseandkeyboard.md)|[Clipboard](actions-reference/clipboard.md)|[Text](actions-reference/text.md)|[Date time](actions-reference/datetime.md)|[PDF](actions-reference/pdf.md)|
|[CMD session](actions-reference/cmd.md)|[Terminal emulation](actions-reference/terminalemulation.md)|[OCR](actions-reference/ocr.md)|[Cryptography](actions-reference/cryptography.md)|[Windows services](actions-reference/services.md)|
|[XML](actions-reference/xml.md)|[FTP](actions-reference/ftp.md)|[CyberArk](actions-reference/cyberark.md)|[Active Directory](actions-reference/activedirectory.md)|[AWS](actions-reference/aws.md)|
|[Azure](actions-reference/azure.md)|[Google Cognitive](actions-reference/googlecognitive.md)|[IBM Cognitive](actions-reference/ibmcognitive.md)|[Microsoft Cognitive](actions-reference/microsoftcognitive.md)|

[!INCLUDE[footer-include](../includes/footer-banner.md)]
2 changes: 1 addition & 1 deletion articles/desktop-flows/actions-reference/cmd.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Wait for a specific text on a previously opened CMD session
|Timeout|Yes|Numeric value|0|Specifies whether to wait indefinitely for the text to appear or to fail if the text doesn't show up within a set time period|

> [!NOTE]
> Power Automate's regular expression engine is .NET. You can find more information in [Regular Expression Language - Quick Reference](https://docs.microsoft.com/dotnet/standard/base-types/regular-expression-language-quick-reference).
> Power Automate's regular expression engine is .NET. You can find more information in [Regular Expression Language - Quick Reference](/dotnet/standard/base-types/regular-expression-language-quick-reference).
##### Variables Produced
- This action doesn't produce any variables
Expand Down
Loading

0 comments on commit c298184

Please sign in to comment.