Converter by Power2Apps

Enables conversion of different data formats from one to another.
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Contact | |
---|---|
Name | Power2Apps Support |
URL | https://www.power2apps.de/kontakt |
kontakt@power2apps.de |
Connector Metadata | |
---|---|
Publisher | Power2Apps P2A GmbH |
Website | https://www.power2apps.de |
Privacy policy | https://www.power2apps.de/datenschutz |
Categories | Content and Files;Data |
Converter by Power2Apps for Power Automate convert your data easily from one format to another with Microsoft Power Automate or Azure Logic Apps solutions and with our data conversion services CSV to JSON, JSON to CSV, ...
Prerequisites
You will need a only key to use this connector and build workflows with it.
How to get credentials?
- Create a free key on https://www.power2apps.de/apikey/
Creating a connection
The connector supports the following authentication types:
Default | Parameters for creating connection. | All regions | Shareable |
Default
Applicable: All regions
Parameters for creating connection.
This is shareable connection. If the power app is shared with another user, connection is shared as well. For more information, please see the Connectors overview for canvas apps - Power Apps | Microsoft Docs
Name | Type | Description | Required |
---|---|---|---|
API Key | securestring | Get your API Key on https://power2apps.de/apikey | True |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Convert CSV to Excel |
Convert CSV data to Excel file |
Convert CSV to JSON |
Convert CSV data to JSON |
Convert file (DOCX, PPTX, XLSX, HTML, ...) to PDF |
Convert a document (Word, Powerpoint, Excel, ..) to a PDF-File |
Convert JSON to CSV |
Convert JSON to CSV data |
Convert JSON to XML |
Convert JSON to XML |
Convert Share |
Convert SharePoint search results to a simple list |
Convert XML to JSON |
Convert XML to JSON |
Extract Word (DOCX) bookmarks to a list |
Extract all Word (docx) bookmarks to a list |
Convert CSV to Excel
Convert CSV data to Excel file
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
CSV data
|
CSV data | True | string |
Returns
Name | Path | Type | Description |
---|---|---|---|
File content
|
FileContent | byte |
Content of the Excel file |
Convert CSV to JSON
Convert CSV data to JSON
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
CSV data
|
CSV data | True | string |
Returns
Result in JSON
- JSON result
- string
Convert file (DOCX, PPTX, XLSX, HTML, ...) to PDF
Convert a document (Word, Powerpoint, Excel, ..) to a PDF-File
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
File extension
|
FileExtension | True | string |
Select file extension |
File name
|
FileName | string |
Use only if 'Extract from File name' is selected in File extension |
|
File
|
File | byte |
Insert file content |
Returns
Name | Path | Type | Description |
---|---|---|---|
File content
|
FileContent | byte |
Content of the PDF file |
Convert JSON to CSV
Convert JSON to CSV data
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
JSON
|
JSON | True | string |
Returns
Result in CSV
- CSV result
- string
Convert JSON to XML
Convert JSON to XML
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
JSON
|
JSON | True | string |
Returns
Result in XML
- XML result
- string
Convert SharePoint search results to list
Convert SharePoint search results to a simple list
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Result
|
Result | True | string |
Returns
Name | Path | Type | Description |
---|---|---|---|
|
array of object | ||
title
|
title | string |
Title of SharePoint ressource |
link
|
link | string |
Link of SharePoint ressource |
Convert XML to JSON
Convert XML to JSON
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
XML
|
XML | True | string |
Returns
Result in JSON
- JSON result
- string
Extract Word (DOCX) bookmarks to a list
Extract all Word (docx) bookmarks to a list
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
File
|
File | byte |
Returns
Name | Path | Type | Description |
---|---|---|---|
|
array of object | ||
key
|
key | string |
key |
value
|
value | string |
value |
Definitions
string
This is the basic data type 'string'.