What field type would image links be under in the Bubble database?

I’m saving storage by using images’ links in my database. However, what field type will it be under? Image?

Yes you would use a type of image and Bubble will recognize it.

1 Like

Another question:

In my data located in excel, I have a few fields which are designated for numerical records, however, a few of the records are “Unknown” as displayed in excel.

So when uploading the data into bubble, I get an error saying “Unknown is not a numerical number” or "isnt a number data type. So what do I do?

I’ve just started using bubble so I’m not sure if this is the correct approach. But what I would do is change all the “Unkown” values in Excel to 0 or -1 (or any number that no other record would use eg 999999999) before you upload if you need to keep that field as a number.

Then whenever you need to check if that field has been set you can check for that figure.

Otherwise change the field to a text field if you need to keep the “Unknown” value.

Number data types can be empty, so you should be able to delete all the text values “unknown” and then upload.

2 Likes

This topic was automatically closed after 70 days. New replies are no longer allowed.