Forum Discussion
How to trigger a flow when a specific custom filed data is added or changed in project online?
- Mar 09, 2022
Hello Anil_kumar ,
There isn't a Power Automate flow trigger for a field change for Project Online, all you can do is fire the flow when the project is published. If you are tracking the data in an SP list, you could compare the data in the project and the latest record in the SP list to see if the field value changed or not.
Paul
Hello Anil_kumar ,
There isn't a Power Automate flow trigger for a field change for Project Online, all you can do is fire the flow when the project is published. If you are tracking the data in an SP list, you could compare the data in the project and the latest record in the SP list to see if the field value changed or not.
Paul
- Anil_kumarMar 10, 2022Brass Contributor
Thanks for the response & for the suggestions Paul_Mather ,
In power automate, I am facing some logical issues for this flow. The flow shows successfully run but the condition is not executing Paul. Please suggest the steps for this flow, That would be a great help
- Paul_MatherMar 10, 2022MVP
Hi Anil_kumar ,
This will be quite tricky to debug via the forum. How come you are doing to calls to SharePoint then doing two foreach loops - one for each data set returned from the SP actions? If you are comparing Project A from PWA and Project A from the SP list, I would expect just one SP action to get the latest record from the SP list for Project A so you can compare that?
Paul
- Anil_kumarMar 11, 2022Brass ContributorSorry for the late response paul,
This 2nd question will fit to this scenario.
If you are comparing Project A from PWA and Project A from the SP list, I would expect just one SP action to get the latest record from the SP list for Project A.
In the flow what I did is ,for ReadallProjects action i used one apply to each action ,where as to compare each record in SharePoint list I used condition action ,but when I insert the SharePoint column name........the flow is automatically creating the another apply to each action. Here i am facing the issue.