Hello,
I use python script (triggered by a button) to duplicate row. Unfortunately when doing so, the ‘Creator’ column of the new row remains empty. I wish it was the user clicking the button to become creator.
I tried using row.pop(‘_creator’) but this is not helping. Any idea if this is possible ?
The other idea is to create a new user column :
- then I can manage the content during the copy,
- when I create a new row via APP form, I use ‘current user’ by default.