Hi Team,
I create a dataflow try to insert data into uppercase table in postgesql.
But it does not work.
Appreciate any help on this issue, I am new to Nifi.

Here are my setting for QueryDatabaseTable and PutDatabaseRecord


The error message show
org.apache.nifi.processors.standard.db.TableNotFoundException: Table "ACPMA" not found, ensure the Catalog, Schema, and/or Table Names match those in the database exactly

Here is a uppercase table ACPMA in postgesql.
