Patching DataVerse from a Canvas App Error Handling
Simply, check for any errors ! Below example is using a DataVerse table called Jobs, and the record being patched is held in selRequest. With(…
Author
Simply, check for any errors ! Below example is using a DataVerse table called Jobs, and the record being patched is held in selRequest. With(…
From a model driven app (MDA), running a Flow is not as simple as one would expect, particularly on the UI side. It must be…
To be secure one never wants to have a client secret in plain text in Power Automate. So set up a Key vault in Azure…
One thing I’ve learned about moving solutions between environments, is get those connection references right to save a world of pain. Generally, when writing a…
First, export out from your source as managed/unmanaged as to your preference. Note: Ensure all environment variables are cleared out first of current values, as…
When needing to set a Choice value in a DataVerse entity from Flow, one needs to use the attribute value (the long number) as opposed…
When playing with creating games in a canvas app (still working on my Scrambler game), it always annoyed me that the keyboard could not be…
Sometimes when administering a Dynamics instance, I’d get a spreadsheet of contacts or accounts and be asked to add them to a marketing list. Not…
One of the 2021 wave 2 new features which looks interesting: First, the MS doc page is pretty good. In essence there is piece of…
JavaScript to save a form: Get and Set Values: Set entities to search on a look up: See MS Docs Get User Info including GUID…