I am planning to do a redirect page that looks at multiple tables in my database and searches by id for all of them. If it finds it, it redirects to that item’s page.
They will always be unique, either by a timestamp element or by a unique lookup. For security reasons, you should never expose your databases unique IDs, but should generate your a public version. This can be done by using the calculate formula, unique string function, and it should do a search for strings to make sure count < 1
Can you clarify how you would go about generating a random string that won’t be duplicated? I have been trying to set this up for a little bit now and can’t quite get it to work.