web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :

Community blogs

Featured

Latest blog posts

View all
Like (0)
Fixing the “Only 1 of 2 keys provided for lookup, provide keys for dataAreaId, Pro...

Recently, while working with the Projects table from a Finance & Operations (F&O) environment, we ran into an error while using the Get a record action in Power Automate. (BTW this was the first we were using the Fin & Ops connector) The flow kept...

Nishant Rana 11,325 Microsoft Employee
Like (0)
Fixed – Error occurred while loading document template / Error occurred while load...

Recently, one of the users reported the following error while trying to generate a PDF for a Quote record in Dynamics 365: Initially, the Export to PDF option was showing a blank list of templates. This happened because the user was missing a few ...

Nishant Rana 11,325 Microsoft Employee
Like (0)
How to Identify and Update Power Automate HTTP Request Trigger Flows Before Novemb...

Few weeks back, while working on one of our Power Automate flows, we noticed a banner warning on the HTTP Request trigger step. Microsoft has announced that starting August 2025, all flows using HTTP or Teams Webhook triggers with logic.azure.com ...

Nishant Rana 11,325 Microsoft Employee
Like (0)
Using Parent Context in Dynamics 365 Plugins — Detecting System-Triggered Operatio...

In this post, we’ll look at how we used the ParentContext property in Dynamics 365 plugins to determine if a plugin execution was triggered by another plugin and perform logic conditionally. This came up in two real-world cases — one where we need...

Nishant Rana 11,325 Microsoft Employee
Like (0)
Fixed – “Action cannot be performed. This quote is not owned by Dynamics 365 Sales...

Recently, while working with Quotes in Dynamics 365 Sales integrated with Supply Chain Management (SCM) through Dual-write, we encountered an interesting error while trying to activate an existing quote. When attempting to activate Quote, the syst...

Nishant Rana 11,325 Microsoft Employee
Like (0)
Understanding “Block Deletion of Out-of-the-box Attribute Maps” in Dataverse / Dyn...

In Dynamics 365, attribute maps define how data flows from one record to another when creating related records. For example, when creating a Contact from an Account, fields like Address, Phone Number, and Website are copied automatically through p...

Nishant Rana 11,325 Microsoft Employee
Like (0)
Flows getting triggered multiple times / missing callbackregistration record – Pow...

Recently, we observed that one of our flows was getting triggered multiple times in our UAT environment; however, the flow was working properly in our Development environment. On comparing the flows trigger, we didn’t find any differences. However...

Nishant Rana 11,325 Microsoft Employee
Like (0)
JavaScript Gotcha: Why [x == (a || b)] Fails

Recently we observed that our JavaScript code was not working as expected. Now when we write conditions in JavaScript, it’s natural to want to check if a variable equals one of multiple values. A common mistake is to write the condition like this:...

Nishant Rana 11,325 Microsoft Employee