If what you are adding takes the field data over 256 characters the save on the database for that field is likely failing due to the field
only allowing a max of 256 characters.
If you are adding a lot it's best to do it at a locational level
If what you are adding takes the field data over 256 characters the save on the database for that field is likely failing due to the field
only allowing a max of 256 characters.
If you are adding a lot it's best to do it at a locational level