Skip to content
Snippets Groups Projects
Commit f515cbeb authored by Manuel Geyer's avatar Manuel Geyer
Browse files

Commit

parent 7d4548fd
Branches
No related tags found
No related merge requests found
...@@ -98,7 +98,7 @@ ...@@ -98,7 +98,7 @@
"zeroalltabindexes": false "zeroalltabindexes": false
}, },
"Author": "", "Author": "",
"BindingErrorCount": 0, "BindingErrorCount": 1,
"ContainsThirdPartyPcfControls": false, "ContainsThirdPartyPcfControls": false,
"DefaultConnectedDataSourceMaxGetRowsCount": 500, "DefaultConnectedDataSourceMaxGetRowsCount": 500,
"DocumentAppType": "Phone", "DocumentAppType": "Phone",
......
...@@ -9,6 +9,43 @@ ...@@ -9,6 +9,43 @@
} }
], ],
"results": [ "results": [
{
"locations": [
{
"logicalLocations": [
{
"fullyQualifiedName": "Screen1.ConSend.send1.OnSelect"
}
],
"physicalLocation": {
"address": {
"fullyQualifiedName": "Screen1.ConSend.send1.OnSelect",
"relativeAddress": 0
},
"region": {
"charLength": 8,
"charOffset": 153,
"snippet": {
"text": ".content"
}
}
},
"properties": {
"member": "OnSelect",
"module": "Screen1",
"type": "Screen1.ConSend.send1"
}
}
],
"message": {
"id": "issue"
},
"properties": {
"level": "High"
},
"ruleId": "app-ErrInvalidDot",
"ruleIndex": 0
},
{ {
"locations": [ "locations": [
{ {
...@@ -36,7 +73,7 @@ ...@@ -36,7 +73,7 @@
"level": "Low" "level": "Low"
}, },
"ruleId": "acc-ReadableScreenNameNeeded", "ruleId": "acc-ReadableScreenNameNeeded",
"ruleIndex": 0 "ruleIndex": 1
}, },
{ {
"locations": [ "locations": [
...@@ -66,7 +103,7 @@ ...@@ -66,7 +103,7 @@
"level": "Medium" "level": "Medium"
}, },
"ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl", "ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl",
"ruleIndex": 1 "ruleIndex": 2
}, },
{ {
"locations": [ "locations": [
...@@ -96,7 +133,7 @@ ...@@ -96,7 +133,7 @@
"level": "Medium" "level": "Medium"
}, },
"ruleId": "acc-FocusBorderShouldBeVisible", "ruleId": "acc-FocusBorderShouldBeVisible",
"ruleIndex": 2 "ruleIndex": 3
}, },
{ {
"locations": [ "locations": [
...@@ -126,7 +163,7 @@ ...@@ -126,7 +163,7 @@
"level": "Medium" "level": "Medium"
}, },
"ruleId": "acc-AccessibleLabelNeeded", "ruleId": "acc-AccessibleLabelNeeded",
"ruleIndex": 3 "ruleIndex": 4
}, },
{ {
"locations": [ "locations": [
...@@ -156,7 +193,7 @@ ...@@ -156,7 +193,7 @@
"level": "Low" "level": "Low"
}, },
"ruleId": "acc-TabOrderShouldBeChecked", "ruleId": "acc-TabOrderShouldBeChecked",
"ruleIndex": 4 "ruleIndex": 5
}, },
{ {
"locations": [ "locations": [
...@@ -186,7 +223,7 @@ ...@@ -186,7 +223,7 @@
"level": "Medium" "level": "Medium"
}, },
"ruleId": "acc-FocusBorderShouldBeVisible", "ruleId": "acc-FocusBorderShouldBeVisible",
"ruleIndex": 2 "ruleIndex": 3
}, },
{ {
"locations": [ "locations": [
...@@ -216,7 +253,7 @@ ...@@ -216,7 +253,7 @@
"level": "Medium" "level": "Medium"
}, },
"ruleId": "acc-HelpfulControlSettingNeeded", "ruleId": "acc-HelpfulControlSettingNeeded",
"ruleIndex": 5 "ruleIndex": 6
}, },
{ {
"locations": [ "locations": [
...@@ -246,7 +283,7 @@ ...@@ -246,7 +283,7 @@
"level": "Medium" "level": "Medium"
}, },
"ruleId": "acc-AccessibleLabelNeeded", "ruleId": "acc-AccessibleLabelNeeded",
"ruleIndex": 3 "ruleIndex": 4
}, },
{ {
"locations": [ "locations": [
...@@ -276,7 +313,7 @@ ...@@ -276,7 +313,7 @@
"level": "Low" "level": "Low"
}, },
"ruleId": "acc-TabOrderShouldBeChecked", "ruleId": "acc-TabOrderShouldBeChecked",
"ruleIndex": 4 "ruleIndex": 5
}, },
{ {
"locations": [ "locations": [
...@@ -306,7 +343,7 @@ ...@@ -306,7 +343,7 @@
"level": "Medium" "level": "Medium"
}, },
"ruleId": "acc-AccessibleLabelNeeded", "ruleId": "acc-AccessibleLabelNeeded",
"ruleIndex": 3 "ruleIndex": 4
}, },
{ {
"locations": [ "locations": [
...@@ -336,7 +373,7 @@ ...@@ -336,7 +373,7 @@
"level": "Low" "level": "Low"
}, },
"ruleId": "acc-TabOrderShouldBeChecked", "ruleId": "acc-TabOrderShouldBeChecked",
"ruleIndex": 4 "ruleIndex": 5
}, },
{ {
"locations": [ "locations": [
...@@ -366,7 +403,7 @@ ...@@ -366,7 +403,7 @@
"level": "Medium" "level": "Medium"
}, },
"ruleId": "app-UnusedMediaResources", "ruleId": "app-UnusedMediaResources",
"ruleIndex": 6 "ruleIndex": 7
} }
], ],
"tool": { "tool": {
...@@ -374,6 +411,20 @@ ...@@ -374,6 +411,20 @@
"fullName": "PowerApps app checker", "fullName": "PowerApps app checker",
"name": "PowerApps app checker", "name": "PowerApps app checker",
"rules": [ "rules": [
{
"id": "app-ErrInvalidDot",
"messageStrings": {
"issue": {
"text": "Invalid use of '.'"
}
},
"properties": {
"componentType": "app",
"level": "High",
"primaryCategory": "formula",
"whyFix": ""
}
},
{ {
"id": "acc-ReadableScreenNameNeeded", "id": "acc-ReadableScreenNameNeeded",
"messageStrings": { "messageStrings": {
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
}, },
"FunctionParamsInvariantScripts": {}, "FunctionParamsInvariantScripts": {},
"FunctionParamsInvariantScriptsOnInstances": {}, "FunctionParamsInvariantScriptsOnInstances": {},
"HeaderLastSavedDateTimeUTC": "01/05/2024 10:07:11", "HeaderLastSavedDateTimeUTC": "01/05/2024 10:14:11",
"IsLegacyComponentAllowGlobalScopeCase": false, "IsLegacyComponentAllowGlobalScopeCase": false,
"LocalConnectionIDReferences": { "LocalConnectionIDReferences": {
"09925cd7-3933-482b-bfd5-41d1ecaf07f4": "\"/providers/microsoft.powerapps/apis/shared_azure-2dopenai-2dconnector-5f1d98e22a441b0e2d-5f3739fab3a930da50/connections/shared-azure-2dopena-3f4cdc89-63b5-4018-882d-1f1c97eb18e0\"", "09925cd7-3933-482b-bfd5-41d1ecaf07f4": "\"/providers/microsoft.powerapps/apis/shared_azure-2dopenai-2dconnector-5f1d98e22a441b0e2d-5f3739fab3a930da50/connections/shared-azure-2dopena-3f4cdc89-63b5-4018-882d-1f1c97eb18e0\"",
......
...@@ -4,13 +4,13 @@ ...@@ -4,13 +4,13 @@
"IsLocalBuild": false "IsLocalBuild": false
}, },
"ClientPerFileChecksums": { "ClientPerFileChecksums": {
"AppCheckerResult.sarif": "C8_wCLOYCxv9s2XA71mwx7q63iEej3YROn1TiE5SxEUAp4=", "AppCheckerResult.sarif": "C8_UGeMBIX/JkHBvcndn9yABZWT8loU7mVCurv7pMJEzAM=",
"Assets\\Images\\0001.png": "C8_D0WGiAaxVuIcUWpkdQuVcyQy/gSJZuMRDwL63zxJhAk=", "Assets\\Images\\0001.png": "C8_D0WGiAaxVuIcUWpkdQuVcyQy/gSJZuMRDwL63zxJhAk=",
"Assets\\Images\\0002.jpg": "C8_Tc/HGdQ62xbtBm/41G1l7DIpMm/RT0cgmhtJyanyURs=", "Assets\\Images\\0002.jpg": "C8_Tc/HGdQ62xbtBm/41G1l7DIpMm/RT0cgmhtJyanyURs=",
"Controls\\1.json": "C8_/PwNEU6dV00x9Xr4Yt93zX1EmsxAh36PVgOdFy9WD8g=", "Controls\\1.json": "C8_/PwNEU6dV00x9Xr4Yt93zX1EmsxAh36PVgOdFy9WD8g=",
"Controls\\4.json": "C8_yhNngEE/WtIK6kfBw6aqloDHX5woeaTFbPkXyjFz4d0=", "Controls\\4.json": "C8_grR3sNgeXcHymbzcXDtMw279R5pqvEoY6rml5atsED4=",
"Header.json": "C8_8tWtZKo3L8nDieBv/P9lM6h+y6nOKvep+wZ8o57QCgE=", "Header.json": "C8_DaQaUBe3tGniZ4/YpX/kHrsi3JJiLjKVAMuMvksut2I=",
"Properties.json": "C8_pEdE6ebhZul9FGGDMHsmWazrgIGqGIRY4VR1mt4qaRs=", "Properties.json": "C8_qKbcbQ2PFCBj9/yO2K2ilwk+NlaMMSkaMvjm77oDSSY=",
"References\\DataSources.json": "C8_AP4d84zlTNB1G7fOtHn8u+imLVoq5TnEksGjZu6oLIc=", "References\\DataSources.json": "C8_AP4d84zlTNB1G7fOtHn8u+imLVoq5TnEksGjZu6oLIc=",
"References\\ModernThemes.json": "C8_KDQJ/3t27vgKx25iCQB/PGqxkWE34ZB7Eyb+RxNxY0k=", "References\\ModernThemes.json": "C8_KDQJ/3t27vgKx25iCQB/PGqxkWE34ZB7Eyb+RxNxY0k=",
"References\\Resources.json": "C8_C1ca4MFu+011Bg0/iS5HJWgOLPfa3zzoMrgODhYAbOg=", "References\\Resources.json": "C8_C1ca4MFu+011Bg0/iS5HJWgOLPfa3zzoMrgODhYAbOg=",
...@@ -18,15 +18,15 @@ ...@@ -18,15 +18,15 @@
"References\\Themes.json": "C8_zuMgLpz3IJQlVgGqo3GtyhriL3PR35GxXf+rtPR4Gfc=", "References\\Themes.json": "C8_zuMgLpz3IJQlVgGqo3GtyhriL3PR35GxXf+rtPR4Gfc=",
"Resources\\PublishInfo.json": "C8_L9UhOWDoS/LUj0KodcbQiXLqewg00O5iSZA4+bCdTGs=" "Resources\\PublishInfo.json": "C8_L9UhOWDoS/LUj0KodcbQiXLqewg00O5iSZA4+bCdTGs="
}, },
"ClientStampedChecksum": "C8_R9ZTpjbtBZh9peRbdHLSwGjzGB/UhfrDGY3sHwYgqkg=", "ClientStampedChecksum": "C8_uDN0uDKTjfd8m2m25zxSim0vho9i1jXfanKF4T/rSb8=",
"ServerPerFileChecksums": { "ServerPerFileChecksums": {
"AppCheckerResult.sarif": "C8_wCLOYCxv9s2XA71mwx7q63iEej3YROn1TiE5SxEUAp4=", "AppCheckerResult.sarif": "C8_UGeMBIX/JkHBvcndn9yABZWT8loU7mVCurv7pMJEzAM=",
"Assets\\Images\\0001.png": "C8_D0WGiAaxVuIcUWpkdQuVcyQy/gSJZuMRDwL63zxJhAk=", "Assets\\Images\\0001.png": "C8_D0WGiAaxVuIcUWpkdQuVcyQy/gSJZuMRDwL63zxJhAk=",
"Assets\\Images\\0002.jpg": "C8_Tc/HGdQ62xbtBm/41G1l7DIpMm/RT0cgmhtJyanyURs=", "Assets\\Images\\0002.jpg": "C8_Tc/HGdQ62xbtBm/41G1l7DIpMm/RT0cgmhtJyanyURs=",
"Controls\\1.json": "C8_/PwNEU6dV00x9Xr4Yt93zX1EmsxAh36PVgOdFy9WD8g=", "Controls\\1.json": "C8_/PwNEU6dV00x9Xr4Yt93zX1EmsxAh36PVgOdFy9WD8g=",
"Controls\\4.json": "C8_yhNngEE/WtIK6kfBw6aqloDHX5woeaTFbPkXyjFz4d0=", "Controls\\4.json": "C8_grR3sNgeXcHymbzcXDtMw279R5pqvEoY6rml5atsED4=",
"Header.json": "C8_8tWtZKo3L8nDieBv/P9lM6h+y6nOKvep+wZ8o57QCgE=", "Header.json": "C8_DaQaUBe3tGniZ4/YpX/kHrsi3JJiLjKVAMuMvksut2I=",
"Properties.json": "C8_pEdE6ebhZul9FGGDMHsmWazrgIGqGIRY4VR1mt4qaRs=", "Properties.json": "C8_qKbcbQ2PFCBj9/yO2K2ilwk+NlaMMSkaMvjm77oDSSY=",
"References\\DataSources.json": "C8_AP4d84zlTNB1G7fOtHn8u+imLVoq5TnEksGjZu6oLIc=", "References\\DataSources.json": "C8_AP4d84zlTNB1G7fOtHn8u+imLVoq5TnEksGjZu6oLIc=",
"References\\ModernThemes.json": "C8_KDQJ/3t27vgKx25iCQB/PGqxkWE34ZB7Eyb+RxNxY0k=", "References\\ModernThemes.json": "C8_KDQJ/3t27vgKx25iCQB/PGqxkWE34ZB7Eyb+RxNxY0k=",
"References\\Resources.json": "C8_C1ca4MFu+011Bg0/iS5HJWgOLPfa3zzoMrgODhYAbOg=", "References\\Resources.json": "C8_C1ca4MFu+011Bg0/iS5HJWgOLPfa3zzoMrgODhYAbOg=",
...@@ -34,5 +34,5 @@ ...@@ -34,5 +34,5 @@
"References\\Themes.json": "C8_zuMgLpz3IJQlVgGqo3GtyhriL3PR35GxXf+rtPR4Gfc=", "References\\Themes.json": "C8_zuMgLpz3IJQlVgGqo3GtyhriL3PR35GxXf+rtPR4Gfc=",
"Resources\\PublishInfo.json": "C8_L9UhOWDoS/LUj0KodcbQiXLqewg00O5iSZA4+bCdTGs=" "Resources\\PublishInfo.json": "C8_L9UhOWDoS/LUj0KodcbQiXLqewg00O5iSZA4+bCdTGs="
}, },
"ServerStampedChecksum": "C8_R9ZTpjbtBZh9peRbdHLSwGjzGB/UhfrDGY3sHwYgqkg=" "ServerStampedChecksum": "C8_uDN0uDKTjfd8m2m25zxSim0vho9i1jXfanKF4T/rSb8="
} }
\ No newline at end of file
...@@ -242,7 +242,7 @@ Screen1 As screen: ...@@ -242,7 +242,7 @@ Screen1 As screen:
HoverFill: =RGBA(0, 0, 0, 0) HoverFill: =RGBA(0, 0, 0, 0)
Icon: =Icon.Send Icon: =Icon.Send
OnSelect: |- OnSelect: |-
=If(!IsBlank(textinput1.Text), Set(varResp, varResp & Char(13) & textinput1.Text & Char(13) & Char(13) & "GPT: " & ConnectAzureOpenai.Run(textinput1.Text))); =If(!IsBlank(textinput1.Text), Set(varResp, varResp & Char(13) & textinput1.Text & Char(13) & Char(13) & "GPT: " & ConnectAzureOpenai.Run(textinput1.Text).content));
Reset(textinput1); Reset(textinput1);
Notify("ChatGPT asked", NotificationType.Success , 1000); Notify("ChatGPT asked", NotificationType.Success , 1000);
PressedBorderColor: =RGBA(0, 0, 0, 0) PressedBorderColor: =RGBA(0, 0, 0, 0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment