Hello everyone!
In dynamics 365 i have customized and added to Lead entity a sub-grid connected to another entity called Services.
The Services entity consist of multiple services where the user can select more than one service when creating a new task in the Lead entity. Which means one task can have many services.
What i am trying to achieve in Power Automate with dynamics 365 is the following:
- When a record is created in the Lead entity i want to send an email with the following details:
- Name of the user entered in the record created.
- Country selected from the dropdown in the record created.
- The Services selected inside this sub-grid. (In this step i was not able to find anything related to sub-grid inside the dynamic content to get the selected values).
Here is a screenshot about the Services sub-grid connected to Lead entity:

Is it possible to get those values inside this sub-grid to send the email with the details mentioned above?
What i have tried to:

Any help will be greatly appreciated.
Thank you!