Ever wonder how to copy a single data record? There is a ‘copy a list of things’ but no ‘copy a thing’. Well, here is one solution for it. Check it out:
Hi. I tried this and it works to an extent. Unfortunately, it won’t overcome one issue. When copying and then displaying the thing, the things creator changes to the current user.
That’s true. The newly copied thing is the user that copied it. If you need a field for the original user, you can make a new field for that. Then you don’t need to rely on ‘creator’ which you can’t change. Hope that makes sense.