PowerApps-Samples icon indicating copy to clipboard operation
PowerApps-Samples copied to clipboard

Sample code for Power Apps, including Dataverse, model-driven apps, canvas apps, Power Apps component framework, portals, and AI Builder.

Results 25 PowerApps-Samples issues
Sort by recently updated
recently updated
newest added

https://github.com/microsoft/PowerApps-Samples/blob/ed3b8662ee839650b54735312a1e902d2ab077dc/powershell/enterprisePolicies/Common/EnterprisePolicyOperations.ps1#L32 When running the CreateSubnetInjectionEnterprisePolicy.ps1 script, I got an error on line 32 stating the resource group wasn't found. After confirming I had input the correct name, I reviewed the...

I'm trying to run through the common.zip scripts following this setup: Use managed identities for Azure with your Azure data lake storage https://learn.microsoft.com/en-us/power-apps/maker/data-platform/azure-synapse-link-msi It creates the policy fine and I...

PowerShell

The code in this PR: - updates CreateSubnetInjectionEnterprisePolicy and UpdateSubnetInjectionEnterprisePolicy to add Set-AzContext to specifically set the subscription to subscriptionId provided as input. This will make sure that correct subscription...

I followed the https://learn.microsoft.com/en-us/power-apps/developer/component-framework/implementing-controls-using-typescript?tabs=after#adding-style-to-the-code-component step-by-step carefully. When I run `npm start watch` it rendered successfully as shown. ![image](https://github.com/microsoft/PowerApps-Samples/assets/77676044/d383ed94-6df1-40f5-bd8d-40e5986eea0b) But when I imported it into my canvas app it seemed to...

**PowerApps-Samples/component-framework/MultiSelectOptionSetControl/MultiSelectOptionSetControl** Error occured during initilization of control: SampleNamespace.MultiSelectOptionSetControl;Message: Cannot read properties of undefined (reading 'forEach') TypeError: Cannot read properties of undefined (reading 'forEAch') at multiSelectOptionSetControl.init ![imagen](https://github.com/microsoft/PowerApps-Samples/assets/165920558/921f835d-21e4-4fd4-9fa0-f2d03cd80ba2) Options property is undefined:...

component-framework
pcf
waiting on input from dev team

Could not load file or assembly 'Microsoft.IdentityModel.Clients.ActiveDirectory, Version=3.19.8.16603, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.21.4 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies
javascript

Syntax errors and little code logic fixed. . scripts are commented . "()" not supported in strings ...

PowerShell

Hi, I am working on custom connector for Timeline and I found this repo: https://github.com/microsoft/PowerApps-Samples/tree/master/model-driven-apps/custom-connectors/SecondaryRecordSource/solution Unfortunately, there's no documentation on how to use it. There's an Interfaces.d.ts file which references...

Followed all the steps up until **Connect enterprise policy to Dataverse environment**. I have this error while trying to execute ./NewIdentity.ps1. I put in the right **environmentid** for **dataverse** at...

PowerShell