diff --git a/samples/color-functions/assets/sample.json b/samples/color-functions/assets/sample.json index 00c657e..0606899 100644 --- a/samples/color-functions/assets/sample.json +++ b/samples/color-functions/assets/sample.json @@ -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" diff --git a/samples/convertbasenumber-functions/assets/sample.json b/samples/convertbasenumber-functions/assets/sample.json index 3a62f34..23d2964 100644 --- a/samples/convertbasenumber-functions/assets/sample.json +++ b/samples/convertbasenumber-functions/assets/sample.json @@ -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" diff --git a/samples/date-functions/assets/sample.json b/samples/date-functions/assets/sample.json index ff0c630..98772aa 100644 --- a/samples/date-functions/assets/sample.json +++ b/samples/date-functions/assets/sample.json @@ -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", @@ -315,7 +316,7 @@ "DATE", "YEAR", "LEAP" - ], + ], "categories": [ "POWERFX" ], diff --git a/samples/financial-functions/assets/sample.json b/samples/financial-functions/assets/sample.json index 07a4dec..71b9050 100644 --- a/samples/financial-functions/assets/sample.json +++ b/samples/financial-functions/assets/sample.json @@ -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", diff --git a/samples/geolocation-utils/assets/sample.json b/samples/geolocation-utils/assets/sample.json index 6f12d20..1ce644a 100644 --- a/samples/geolocation-utils/assets/sample.json +++ b/samples/geolocation-utils/assets/sample.json @@ -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", diff --git a/samples/list-functions/assets/sample.json b/samples/list-functions/assets/sample.json index c025cd4..3d1b18a 100644 --- a/samples/list-functions/assets/sample.json +++ b/samples/list-functions/assets/sample.json @@ -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" diff --git a/samples/regex-functions/README.md b/samples/regex-functions/README.md index a3bc7b8..f64dfa5 100644 --- a/samples/regex-functions/README.md +++ b/samples/regex-functions/README.md @@ -25,7 +25,6 @@ The following image shows the custom function (component) properties and a sampl None - ## Solution Solution|Author(s) diff --git a/samples/regex-functions/assets/sample.json b/samples/regex-functions/assets/sample.json index a8f2c80..1aa96bd 100644 --- a/samples/regex-functions/assets/sample.json +++ b/samples/regex-functions/assets/sample.json @@ -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", diff --git a/samples/table-functions/README.md b/samples/table-functions/README.md index 7238dbe..527b69d 100644 --- a/samples/table-functions/README.md +++ b/samples/table-functions/README.md @@ -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) diff --git a/samples/table-functions/assets/sample.json b/samples/table-functions/assets/sample.json new file mode 100644 index 0000000..63469d1 --- /dev/null +++ b/samples/table-functions/assets/sample.json @@ -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" + } + ] + } +] \ No newline at end of file