Вопрос

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 с атрибуция
Не связан с sharepoint.stackexchange
scroll top