Lars

Results 8 issues of Lars

When I import a managed solution containing Flows using the Power DevOps task "Import solution" I get an error for all contained flows "0x80040216 {"error":{"code":"MissingUserDetails","message":"The user details for tenant id...

question

As the powerapps checker still not can interpret ECMA 6 I wanted to override the rule level so that violations against this rule are only evaluated as "Low". I used...

question

I use an external javascript library "react-dom.min.js". This script raises an issue in Powerapps Checker as it contains terms like "nodeValue" which is considered by Microsoft as Javascript "eval" function....

question

I have seen your blogpost about using environment variables in the webhook action. (https://www.develop1.net/public/post/2020/09/11/environment-variables-in-smart-buttons) I was wondering if it works within the QuickJS as well: ![image](https://user-images.githubusercontent.com/15412588/99367954-e0793500-28ba-11eb-96ec-72a7d920ec36.png) Unfortunately I get the...

I wanted to import the newest [Release v3.9.5](https://github.com/XRM-OSS/Xrm-Templating-Language/releases/tag/v3.9.5) For all solutions I run Power Apps Checker first before extracting them to Git and rebuilding them for release. I defined the...

I created a Power FX Command in a MDA and wanted to set the visibility of the command based on a property in the user record. ![image](https://github.com/microsoft/Power-Fx/assets/15412588/efc52721-c28b-44b6-9632-bc2f9a724019) The property "Create...

We are currently using PowerShell scripts and the corresponding PS Modules to connect to Dataverse to set the status of specified records. e.g. SLA When updating a SLA via Solution...

REPL

I set up Workload Identity Federation for ADO Connection and this connection works well for PP Build Tasks like "Who Am"", "Export Solution" etc. ![Image](https://github.com/user-attachments/assets/c86635b0-0bdd-4ec9-a4fe-f1949c581d44) ![Image](https://github.com/user-attachments/assets/ba10bd8b-c0e7-4b90-856a-9a25c3332a5c) However when using this...

bug