Re: update record for dynamics 365 operations
Hi @CDK,
If you would like to update single record within the entity of Dynamics 365 for operations, then you need to know the proper record GUID.
If you would like to get the GUID wihtin Microsoft Flow, then we could first add a Get Records Action, then add a condition to fitler the records, after that, use the GUID from the fitlered record to perform the following actions.
For how to get the GUID from the Dynamics 365 for operations portal, please consider ask in the Dynamics 365 cummunity:
https://community.dynamics.com/
Another way to get the proper GUID is through PowerApps, create an App using the correspondign entity, then find the proper record, unhide the GUID field under Display form, it should display the record GUID there.
Regards,
Michael