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...
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 ...
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 ...
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...
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...
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...
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...
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:...