Using the data processing function, you can perform various operations across a column. The transfer of user names is an operation that copies data from columns of the type Employee , Creator into a text column .

Create a data processing action

  1. Open any table and click the three dots in the view options.
  2. Click Data Processing, and then click Add Data Processing Operation.
  3. Give the operation a name and select Transfer user name.

Naming the data processing action and selecting the operation type

  1. Define table, view, source column and result column.

Definition of table, view, source column and result column of the operation.

  1. Click Save to save the action and execute it later, or Execute to execute the action directly.

On the first successful execution, a small Green hook.

If the data processing action is successfully executed for the first time, a green tick appears

For example, if you maintain a table with tasks to be done, in which your team members are recorded as responsible contact persons in a staff column , you can simply copy the user names into a text column , e.g. to use them for a staff list.

To do this, follow the steps described above and select the Employee column as the source column and the Text column as the result column.

Definition of the data processing action

If the operation is executed successfully, the selected user names are extracted from the employee column and transferred to the text column separated by a comma.

Transferred user names to a text or result column