How to use Formatted Values in Power Automate Flow Dynamics 365
If you have been working on Power Automate for Dynamics 365 you might have been wandering how you can access a lookup Formatted Value or Option Set formatted values.
You can use the following format to access:
body(‘{Action Name}’)?[‘{fieldname} @OData.Community.Display.V1.
You just have to be mindful in Dynamics 365 lookup field name they do not translate to the proper field name, you might have to and an “_” as a prefix and “_value” as a postfix, I will leave that to you.
Comments
Post a Comment