Jul 21 2023 07:32 AM - edited Jul 21 2023 07:32 AM
Hello all,
Im at a loss and not sure what is going on. I have a sharepoint library that holds pdfs that then get pulled by PowerApps to display them using Office365 profile info. This library has two columns, one is a people column that the associates name is entered into, the second is a text column using the below JSON to pull the email address. For everyone except this associate this works just fine. But for this associate it is just blank. I have another Sharepoint library that has the same set up, Associate Name and Associate Email and this specific associate works just fine. It is only in this library that the issue is coming up. Any help would be greatly appreciated. Ive also included screenshots of the two different libraries.
{
"$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json",
"elmType": "div",
"txtContent": "[$AssociateName.email]"
}
Jul 21 2023 09:55 AM
Jul 21 2023 10:38 AM