You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One can't "add a field to folder" but can update item (which already in folder) or create a new item in the folder. addValidateUpdateItemUsingPath can be used for creating items in a folder. Here is the sample.
Hey @koltyakov
Thank you, i am trying to create item in folder, where field is Person and Group Multiple is true, can you guide me how to set FieldValue for Person and Group Multiple field ?
{ FieldName: 'PersonField', FieldValue: JSON.stringify([{ Key: userName },{ Key: userName }]) },
I tried this, but this not working, can you help me out ?
Thanks in advance
The text was updated successfully, but these errors were encountered: