Screenshot 1 (Field reference is not supported)
This error indicates an issue with a reference in your Power Automate flow, possibly related to a field or column in your data source (Flights Database ORG):
- Verify field references: Check all dynamic content in your Power Automate flow, especially references to SharePoint list columns or database fields. Ensure the fields you're referencing exist in the updated schema.
- Re-authenticate data connections: Open the Power Automate flow, go to Data Connections, and reauthenticate any connections that might have expired.
- Debug and test: Run the flow manually to identify where the error occurs.
Screenshot 2 (Invalid value for "text_9")
This error suggests that the flow is passing an empty value where a valid input is required:
- Check the flow inputs: Look for the field
text_9
in your Power Automate flow and ensure it’s populated with a valid value. If it's pulling data from SharePoint, make sure the corresponding column isn't empty. - Add validation: Include a condition to handle empty values before proceeding with the step that uses
text_9
.
Screenshot 3 (Field reference error repeated)
This is likely the same issue as the first screenshot. Addressing the field references in the Power Automate flow or verifying the connection to the data source should resolve it.