How to deactivate Opportunity in Dynamics 365 with Power Automate Flow
This is going to be a simple article, to deactivate an
Opportunity in Dynamics 365 through power Automate Flow, you just have to
create an Opportunity Close Activity record
Make sure Status and Status Reason
are properly set.
Opportunity = opportunities({Guid of Opportunity})
The title of this article is misleading as you aren't deactivating the record, you are simply closing it
ReplyDeleteWhen you Close the opportunity it automatically gets deactivated
Delete