Is there any way to display "created by" as name and id in different column? enter image description here

有帮助吗?

解决方案

Please follow below steps:

  1. Create new column where you can store Id of created by.

  2. Now apply workflow on that list.

  3. In that workflow set the value new column field to Id of created by.

Let me know if there are any issue.

其他提示

Out of the box this is not possible, but here is a workaround.

  1. Create a new People Picker or Text column into the list.
  2. Create a SharePoint Designer workflow and trigger it when new item is added.
  3. In Workflow, update the same item and set the ID of the created by field to the newly created column.

This will work as expected.

Let me know if you need any more detailed information.

许可以下: CC-BY-SA归因
scroll top