I’m encountering an issue where the “created by” field appears as empty or deleted. My understanding is that if the user is not logged in, and we create a record the “created by” filed should default to ‘app admin’.
To provide some context, I’m using a backend workflow to generate an OTP for the login flow and saving it in a separate data type. This OTP is used to verify users before they log in. When I run this backend workflow in the version-test environment, the “created by” field is correctly set to ‘app admin’. However, when I conduct the same operation in the live version, the “created by” field is either empty or marked as ‘deleted thing’.