Flow: When a Request State is Updated to Approved create a Project: Days/Hours are required
Error resolution documentation (https://learn.microsoft.com/en-us/project-for-the-web/deploy-project-for-web-accelerator-power-bi-template#resolve-flow-errors) points to the Schedule mode for resolving the warning shown after solution import. In fact, the three fields "Days Per Month", "Hours Per Day", and "Hours per Week" are required fields and filled out empty in the Flow.
I'm noticiting this exact same issue today. Did you find a solution, @MrHueb? I wonder I simply need to enter some days/hours into these required fields, but I can't imagine a fixed value for the days per month would remain accurate?
Just so that I could see if entering any values in those outstanding, required fields would allow the Flow to work successfully, I entered in 20, 7 and 35 (in the order presented in the Flow), and that has resulted in the Flow working without any errors/issues.
This is what you should populate those fields as: @{triggerOutputs()?['body/msdyn_dayspermonth']} @{triggerOutputs()?['body/msdyn_hoursperday']} @{triggerOutputs()?['body/msdyn_hoursperweek']}