Hallo,
my problem is that I don't get the "DisplayName" from my people column of my sharepoint list displayed in a HTML table.
I create my tables like this. First 'Get items' -> 'Select'-> 'Create HTML table'
I already tried this in the select operatin for the HTML column "worker":
item()?['PeopleColumn']?['DisplayName'] (It didn't work but I have seen it has worked for certain people)
In addition, I do not get displayed in the dynamic content, the "PeopleColumn DisplayName", which I have now also seen several times
I also tried diffrent Expression to filter the "DisplayName" but without success.
I know I can extract it with a 'Parse Jason' operation but if I add the people column as content it automatically creates me an 'Apply to each'. So I can't use the extracted "DisplayName" in my 'Select' operation. This must not end in an 'Apply to each' because I am merging several HTML tables to create a PDF.
If somone has a solution I would be very happy, thanks.