Hi,
Our SharePoint data source list uses people picker columns. When trying to access the data in those fields it just returns the "LookupId" of those fields instead of the name.
Is there a way to access other information than just the LookupId saved in those fields?
Hi,
So, we have already double tripple checked the particular column in our SharePoint Data Source and there is no typo or anything. We even removed it, repasted it, completely certain. And Remove Duplicates is turned on, but in the drop down there is still one duplicate.
How to fix this problem?
Best, Damon
const error = "You are not authorized to work on this form for "+ data.employee.username +".<br>"Ask your admin for access."
This shows perfectly like this:
You are not authorized to work on this form for <username>.
Ask your admin for access.
so the <br> command is recognized. But when adding <b> to make the username bold it doesn't work. I tried putting it inside and outside the quotation marks and all, no luck.
Please assist, thank you!
How to dynamically change the theme of a panel component?