Skip to content

Commit 47edace

Browse files
committed
Merge branch 'dev'
2 parents d5f9163 + 05edd50 commit 47edace

File tree

424 files changed

+165248
-5263
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

424 files changed

+165248
-5263
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Microsoft Power Platform Connectors
1+
Microsoft Power Platform Connectors
22

33
Welcome to the Microsoft Power Platform Connectors open source repository. This repository contains custom connectors, certified connectors, and related tools to facilitate connector development for Azure Logic Apps, Microsoft Power Apps, and Microsoft Power Automate.
44

certified-connectors/Adobe Experience Manager/apiDefinition.swagger.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"contact": {
88
"name": "Adobe Experience Manager Forms",
99
"url": "https://www.adobe.com/go/adobe-experience-manager-forms-community",
10-
"email": "syr@adobe.com"
10+
"email": "aem-pa@adobe.com"
1111
}
1212
},
1313
"host": "aemformsinstanceurl",

certified-connectors/Advanced Data Operations/README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,18 @@ One can be obtained by signing up to a paid plan or by activating a trial subscr
2121
- `Flatten Object Array` - Flatten an array of complex, multi-level objects into an array of single level JSON objects.
2222
- `Get Data Schema` - Get the schema (i.e. properties and their associated types) from an array of objects.
2323
- `Join` - Join exactly two datasets using a left or inner join technique.
24+
- `JSON to CSV` - Transform a JSON array of objects into a comma separated table format.
2425
- `JSON to Table` - Transform a JSON structure into a tabluar format.
2526
- `JSON to Text` - Transform a JSON array of objects into a tab delimited text format.
26-
- `JSON to CSV` - Transform a JSON array of objects into a comma separated table format.
27+
- `Json Properties to Name/Value Pair Array` - Transforms a JSON structure to an array of name/value pairs.
28+
- `Levenshtein Distance` - Use the Levenshtein Distance algorithm to calculate a set of ratios for indicating how similar two strings are to each other.
2729
- `Parquet to JSON` - Transform a base64 encoded parquet dataset into an array of JSON objects.
28-
- `Regex Matches` - Produce a set of matches for a string using a regular expression pattern.
30+
- `Regex Matches` - Produce a set of matches for a string using a regular expression pattern.
31+
- `Sort Object Array` - Sort an array of complex, multi-level objects by one or more properties contained within each item in the array.
2932
- `Split` - Split each item of an array into one or more new items by a defined set of criteria.
3033
- `Text to JSON` - Transform a tab delimited textual dataset into an array of JSON objects.
31-
- `Transform` - Transform a set of properties in a dataset using any of the available custom transformation functions provided by the framework.
34+
- `Transform` - Transform a set of properties in a dataset using any of the 100+ custom transformation functions provided by the framework.
35+
- `XML to JSON` - Transform an XML structure to JSON using XPath statements and any of the 100+ custom transformation functions provided by the framework.
3236

3337
## Obtaining Credentials
3438
Once you've signed up for a plan, you'll be emailed an API key that can be used to authenticate on each call made to the framework.

0 commit comments

Comments
 (0)