Hi,
I am new to flow, i am scheduling an email using flow regarding Opportunities in Dynamics 365, i successfully ran the flow but having a problem, it is showing the guid of account related to opportunity instead of account name. Can someone help me how i can display the name of account instead account guid in email body? Any help would be highly appreciable.
Thanks.
In order to get additional information on the Account record associated with the Opportunity you will need to perform another action to retrieve the Account. Use the Common Data Service connector's Get Record action and set the identifier property to the Dynamic value that holds the Account guid.
Get Account details with Id
Put your email action after the Get Record action and you should then have access to the Account Name in the Dynamic Values list.