Hello community, I’m very much aware that bubble internally modifies the field name created in a data type.
For ex: Creating a field ‘username’ of type text would become → ‘username_text’ internally.
I’m struggling a bit in implementing a plugin which primarily depends on bubble’s data thing as input.
Let’s say I’ve a dataSource field for populating data for table element. I handled the case where if user creates a column such as username, id, etc. by just splitting and popping the last part which is the datatype(_text, _number).
The issue is if user creates columns like orderID, deliveryType, old_user, I’m having some quite difficult time in tracking these cases since bubble even modifies the casing to smaller ones.
How do we actually know like what casing does user gave in the data tab, because they might expect the same casing in output right ?
Please pour your insights on these things!!