Upload manager: empty integer fields not allowed

Database & APIs

I'm using the Upload Manager to get my CSV-data into Firebase. I've got a table with integer and string fields, exclusively. Now, the validation step before uploading does NOT accept empty integer fields (which, e.g., may only be populated later), whereas empty fields work just fine for string type fields.

For the time being, I've subsituted 0 for the empty integer fields; but surely, empty should be an option even for integer type fields??

Thanks for any ideas or insights on this.

-- The Upload Manager error (see screenshot) is white type on gray bg, which makes it hard to read... but that's another issue ๐Ÿ˜‰ .

What have you tried so far?

It makes sense to me, that anything OTHER than an integer ("-", [space]...) should not work, but not sure, why an empty field (i.e., csv ,,) does not pass valdiation. By the same logic that the treatment of integer fields seems to suggest, all fields of other types would have to contain at least a placeholder as well...

Did you check FlutterFlow's Documentation for this topic?
No
2 replies