I'm struggling to with my flow to submit a Microsoft Form which will create a new row on the Dataverse Project table. I've tried lots of combos, but keep getting the error "
Action 'Add_a_new_row' failed: URL was not parsed due to an ODataUnrecognizedPathException. Resource not found for the segment provided in the URL.
I am relatively new to Power Automate so probably missing something basic. here is my Flow right now, with the "Add new row" step opened where I keep getting the error:
My form is pretty simple - I want to be able to submit a form with a Text field that describes an issue, which will become the Project Task name on the new row (msdyn_subject), but also be automatically populated with the Project Bucket as "New Tickets". In the 'list rows' step, I grab one row with the Project Bucket I want and am using that field to fill in the "Project Bucket" field in the new row.