Skip to content

Added few words about document connector #157

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions src/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -461,8 +461,15 @@ module.exports = config({
title: 'Connectors',
collapsable: true,
children: [
['/en/developer-guide/integration/components/connector/excelconnector.md', 'Excel Connector'],
['/en/developer-guide/integration/components/connector/wordconnector.md', 'Word Connector'],
{
title: 'Connectors',
collapsable: true,
children: [
['/en/developer-guide/integration/components/connector/documentconnector.md', 'Document Connector'],
['/en/developer-guide/integration/components/connector/excelconnector.md', 'Excel Connector'],
['/en/developer-guide/integration/components/connector/wordconnector.md', 'Word Connector'],
]
},
['/en/developer-guide/integration/components/connector/imageconnector.md', 'Image Connector'],
]
},
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: Document Connector
tagline: Using Document Connector in PowerAutomate
author: Adel Šabić
---

# **Document Connector**

We took actions which are working with documents and put it in one connector. This connector includes actions from:
- [Word connector](wordconnector.md)
- [Excel connector](excelconnector.md)
- HTML connector
- PDF connector

Using these connectors separatly is depracated approach.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ author: Adel Šabić
---

# **Excel Connector**
> Before start read about [Document connector](documentconnector.md).

You will find Excel connector in TALXIS.Connectors.Excel.zip solution which you can import to your environment.
Connector contains four actions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ author: Adel Šabić
---

# **Word Connector**
> Before start read about [Document connector](documentconnector.md).

You will find word connector in TALXIS.Connectors.Word.zip solution which you can import to your environment.
Connector contains two actions:
Expand Down