Re: DisplayName in array variable
Hi,
I am assuming this is a Multi-Select people. You cannot just put the path like you have, IF its a multi-select people column, because what you are putting in is actually a Table or rows, not a single thing.
And you cannot simply point to it this way. You would have to use an Apply to Each, before the Select, to iterate through the current items, Field.DisplayNames(1-m), concat them together and THEN assign the output of that apply to each to the Select value . So now you cannot take multiple display names and treat it like its going to get assigned like that. YOu would need to assign the Parent of DisplayName (the column itself).
Think of it this way. the other stuff you put in are a property of the Array/Object, what you are trying to do with the Display name is go multi-level deep and treat it like IT itself would be an array of Display Names. Can't do that.
You have this:
value: [
{
Title: "",
PeopleColumn: [ {DisplayName, DisplayName etc } ]
So you cannot get the path to it that way since, DisplayName is not a property it is an Array
}
]
Cheers
If you like my answer, please Mark it as Resolved, and give it a thumbs up, so it can help others
Thank You
Michael Gernaey MCT | MCSE | MCP | Self-Contractor| Ex-Microsoft
https://gernaeysoftware.com
LinkedIn: https://www.linkedin.com/in/michaelgernaey