Creator is empty after copying row

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.

We will check the issue in the next week.

The problem will be fixed in the next release (5.2.0).

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.