'How to get resource name for a task using microsoft flow - project online connector

I'm using a project online web app in sharepoint. And I'm trying to use flow connectors - project online connector to send an email notification to resource name when a new task is created in project online.

But I'm unable to find resource name for each task which has been created and assigned a resource.

I have tried using create new task trigger but task name and resource name is not listed together in dynamic content of this trigger due to which I'm unable to identify which task is being assigned which resource.

I have tried using create new resource trigger but this executes only when a new resource is created and not when a new resource is assigned to a task. So my flow is running non stop.

Trigger- When a new task is created Root site URL - https:/nameofwebsite.sharepoint.com/nameofprojectonlineapp

Action- Send an email notification (V3) (Preview)

To- ResourceName/ResourceEmailID "This option is not available unless i use resource trigger" Subject- Returned tasks Project name Email Body- You have to finish this task within "Returned tasks Task start date" and "Returned tasks Task finish date"

I want to find resource name for each task using connector in microsoft flow



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source