Skip to content
Open
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
3 changes: 2 additions & 1 deletion samples/color-functions/assets/sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"url": "https://github.com/pnp/powerfx-samples/tree/main/samples/color-functions#srgbtolin",
"products": [
"Power Apps",
"Power Platform"
"Power Platform",
"Power Fx"
],
"tags": [
"COLOR", "HEX", "DECIMAL", "CONVERT"
Expand Down
3 changes: 2 additions & 1 deletion samples/convertbasenumber-functions/assets/sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"url": "https://github.com/pnp/powerfx-samples/tree/main/samples/convertbasenumber-functions",
"products": [
"Power Apps",
"Power Platform"
"Power Platform",
"Power Fx"
],
"tags": [
"NUMBER", "HEX", "DECIMAL", "CONVERT"
Expand Down
5 changes: 3 additions & 2 deletions samples/date-functions/assets/sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"url": "https://github.com/pnp/powerfx-samples/tree/main/samples/date-functions#EndOfQuarter",
"products": [
"Power Apps",
"Power Platform"
"Power Platform",
"Power Fx"
],
"tags": [
"DATE",
Expand Down Expand Up @@ -315,7 +316,7 @@
"DATE",
"YEAR",
"LEAP"
],
],
"categories": [
"POWERFX"
],
Expand Down
3 changes: 2 additions & 1 deletion samples/financial-functions/assets/sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"url": "https://github.com/pnp/powerfx-samples/tree/main/samples/financial-functions#fv",
"products": [
"Power Apps",
"Power Platform"
"Power Platform",
"Power Fx"
],
"tags": [
"NUMBER",
Expand Down
3 changes: 2 additions & 1 deletion samples/geolocation-utils/assets/sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"url": "https://github.com/pnp/powerfx-samples/tree/main/samples/geolocation-utils#twopoints",
"products": [
"Power Apps",
"Power Platform"
"Power Platform",
"Power Fx"
],
"tags": [
"GEOLOCATION",
Expand Down
3 changes: 2 additions & 1 deletion samples/list-functions/assets/sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"url": "https://github.com/pnp/powerfx-samples/tree/main/samples/list-functions#addtopvalue",
"products": [
"Power Apps",
"Power Platform"
"Power Platform",
"Power Fx"
],
"tags": [
"LIST"
Expand Down
1 change: 0 additions & 1 deletion samples/regex-functions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ The following image shows the custom function (component) properties and a sampl

None


## Solution

Solution|Author(s)
Expand Down
3 changes: 2 additions & 1 deletion samples/regex-functions/assets/sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"url": "https://github.com/pnp/powerfx-samples/tree/main/samples/regex-functions#iscurrency",
"products": [
"Power Apps",
"Power Platform"
"Power Platform",
"Power Fx"
],
"tags": [
"TEXT",
Expand Down
2 changes: 1 addition & 1 deletion samples/table-functions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Summary

This is a `TableUtils` PowerApp Component containing Custom Functions that allow to transform a Record in a Table
This is a `TableUtils` PowerApp Component containing Custom Functions that allow to transform a Record in a Table

![Sample](assets/sonDiffToTableSample.png)

Expand Down
60 changes: 60 additions & 0 deletions samples/table-functions/assets/sample.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
[
{
"$schema": "https://developer.microsoft.com/en-us/json-schemas/pnp/samples/v1.0/metadata-schema.json",
"name": "pnp-powerfx-samples-table-functions",
"version": "1.0.0.0",
"source": "pnp",
"creationDateTime": "2021-03-06T00:00:00.000Z",
"updateDateTime": "2021-03-06T00:00:00.000Z",
"title": "AddTopValue",
"shortDescription": "This is a `TableUtils` PowerApp Component containing Custom Functions that allow to transform a Record in a Table",
"longDescription": [
"This is a `TableUtils` PowerApp Component containing Custom Functions that allow to transform a Record in a Table."
],
"url": "https://github.com/pnp/powerfx-samples/tree/main/samples/table-functionse",
"products": [
"Power Apps",
"Power Platform",
"Power Fx"
],
"tags": [
"LIST"
],
"categories": [
"POWERFX"
],
"metadata": [
{
"key": "POWERAPPS-MANIFEST-VERSION",
"value": "0.20"
}
],
"thumbnails": [
{
"type": "image",
"order": 100,
"url": "https://github.com/pnp/powerfx-samples/raw/main/samples/table-functions/assets/sonDiffToTableSample.PNG",
"alt": "Table sample"
}
],
"authors": [
{
"gitHubAccount": "bsorrentino",
"name": "Bartolomeo Sorrentino",
"pictureUrl": "https://github.com/bsorrentino.png"
}
],
"references": [
{
"name": "Enhanced Component Properties",
"description": "Blog post announcing the enhanced component custom properties for Power Apps",
"url": "https://powerapps.microsoft.com/en-us/blog/enhanced-component-properties/"
},
{
"name": "Power Apps Formula Reference",
"description": "Formula reference guide for Power Apps",
"url": "https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/formula-reference"
}
]
}
]