We recently forked our environment so we can increase the block limitation for our client. In the process we were instructed to add a field to all our blocks and models that will contain an uuid as we can’t rely on the Dato’s Record ID anymore.
However, now we are having an issue when we want to filter our records based on a single link field as we can only filter them by the Record ID (Filtering records - DatoCMS ).
Is there a way we can go around this and filter them based on the uuid field we created?