Domanda

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

È stato utile?

Soluzione

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.

Altri suggerimenti

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a sharepoint.stackexchange
scroll top