Wappler keeps on renaming my query parameter on the API Data Source

Hi! I want to use the API Data Source and add a “tableName” query parameter, but Wappler is renaming the parameter to “tablename” with small caps … Is there a way to disable this functionality? I need to leave it as it is “tableName” …

P.S. I’m using Wappler 5.4.2

As a quick fix, I’ve used DYNAMIC ATTRIBUTES > Query Parameters … these are not renamed …

It looks like Wappler is renaming all attribute names to lowercase.

This is because the App Connect components are DOM based and are case insensitive. Parameters that are passed within the attribute name will therefor always be made lowercase.

Got it! Thanks!

It you are using windows you will see this in other places, inside and outside wappler.

Windows is not case sensitive when renaming "tablename” to "tableName” it does not see this as a change and does not rename it.
You will see the same phenomena in file manager.
the solution is to rename to something different then rename back to how you want it to appear i.e.
“tablename” to “temp” to "tableName”

1 Like