I’m creating a specific functionality of an app that requires anonymous submitting. This means that there should be no trace in the DB whatsoever of who created a thing.
Is there a way to prevent the Created By to be linked to the current user? Or maybe to make the field “Created By” accesible and writable at workflow level so I can force it to be created by a dummy user.
Could you create a new Bubble user account for your client(s) and invite them to your app with specific permissions? I believe you can disable their ability to view any data in Settings → Collaboration.
I accidentally may have stumbled across a possible solution for you:
Create an object in the database via API workflow (only tested unauthenticated) and the resulting object should have no creator attached to it if you never specified one.