Hi All,
I am stuck.
I have a sharepoint list with the following columns:
Module (Dropdown list),
Workstream Dropdown List)
Milestone (Dropdown List)
Milestone Start Date (Date Field)
Milestone End Date (Date Field)
Deliverable (Dropdown List)
Deliverable Start Date (Date Field)
Deliverable End Date (Date Field)
Start Date (Date Field)
End Date (Date Field)
The goal is to create a Power Automate flow that groups the data and finds the max start date for the group and update the Start Date column and do the same with the end date.
The logic will be something like
If Deliverable is not blank then group by Module, Workstream, Milestone, deliverable and return max start date,
Else Group by Module, Workstream, Milestone and return max start date (and again do the same for end date)