So When I add a product, an ID is created, this ID is then relied upon by a category to link all products together.
The issue is that it seems glide automatically adds two spaces to the ID, which forces me currently to have to go in and delete them for the products to link.
most likely, you might be using a form container or a set column values to set this unique ID.. in such a case, it’s possible that you may have by mistakenly added two spaces after your unique ID in the column. Could you double check this and share a screenshot of where you’re mapping the unique ID?