I just set up templates on my application, and I am trying to test creating a recurring template. I am getting this error. Am I missing some sort of setup that allows me to configure which user gets used when creating the job on save? The error seems to point to the wrong user being selected, but I am unsure where they gets controlled?
Error - The record which this table lookup pointed to no longer exists. Related Table: znwUsers, Related Table Field: nwId, Child Field: JobCompositionRunAsUserId, Value: " 3cf04ec1-0b85-45ef-84c8-98f8e2b9fe9d.
It looks like your User record might not exist in that environment. This can happen if the user record is owned by a managing tenant. Can you navigate to the Users application and confirm whether your user exists?
I’ll wait for an expert to weigh in on whether this is expected or the error can be resolved.
That, of course, doesn’t necessarily solve your problem - if the user doesn’t exist, I expect that the template still has a bug somewhere as it’s relying on a user record that it can’t find and the creator of the template doesn’t have a way to change which user.
Was there some action you took to get around the issue? I imagine that creating a user record in the environment would solve the problem, but this is probably still a tooling issue.