With changes made by Microsoft with the Dataverse connector, the flow might fail when parsing the response from Dataverse. The flow has been updated to only try and parse the required values from the Project Request Drivers, and to copy the drivers even if some of the values are empty. It will also now set the Owner field on the new Project Drivers to be the owner of the project.
1.Added a row to read the project and get the Owner.

2.Changed the schema for ParseProjectRequestDriversJSON to handle empty values, and not needing to check for the lookup references and other values.
3.Changed the Impact column to allow nulls (items('IterateParseProjectRequestDriversJSON')?['tpg_impact'])
4.Set Owner on creation.
