Since there seems to be few known bugs in the platform, I think it would be a good idea to have a list that contains allof them so that if you have issues with something you can come here and check if it’s a known bug so you can avoid to waste time fixing it.
Like I just found out that the “update value” of the data sources database doesn’t work.
It only accepts certain data, like for example if I try to update to the number zero it doesn’t work, but it accepts zero in string, but it also depends on how I named the column of the db, I don’t know
Maybe it doesn’t accept 0 because it thinks it means false? I once set a variable as 0 as a place holder and when tested it determined it as false. Not super sure though.
It’s not only about simple numbers, or not making math operations, it just doesn’t save to the database if it doesn’t like the column name, like if I give it a cloned label id to the column ‘Name’, I can save it, but if Igive it to the column ‘Price’, I can’t save it