Hi @FedericoCoppola,
It's unfortunate that modify the Created By column in SharePoint list is impossible. As a workaround, you could create a Person/Group type column to copy creator from another SharePoint List.
For the multiple choices column, you could initialize an array to collect all choice value and append them into the array variable. Then put the variable into the multiple choices field when you create an item.
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi,
thanks for your reply.
It's unfortunate that modify the Created By column in SharePoint list is impossible. As a workaround, you could create a Person/Group type column to copy creator from another SharePoint List.
Ok, I will create and manage a new column as you suggested me.
Sorry, but I did not understood very well array management about multiple choices column.
Multi choise option are the same in the first List and in the second List.
I need to copy the value of this multi choise input of the first List in the multi choise input of the second List when I create the new item in the second List.
How can I do it?
Federico
Hi @FedericoCoppola,
Multiple choice column actually is an object array store in SharePoint, it does not only contain the value but also contains other property.
When we copy the multiple-choice column from list A to list B, we just need the value, so we should use an array variable to hold them. Then copy it to the obstination list.
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @v-litu-msft
Thanks for your reply.
From list A I must copy just one element (user input) of this Array and not all array values, inside list B when I create new element.
I hope to be clear.
Federico
Hi @FedericoCoppola,
Ok, how does the user input the multiple choices column?
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
User | Count |
---|---|
86 | |
58 | |
50 | |
42 | |
35 |
User | Count |
---|---|
91 | |
76 | |
74 | |
60 | |
42 |