Hi @
Here is test for your reference:
Here is list:
Here is code:
{
"$schema": "https://developer.microsoft.com/json-schemas/sp/v2/row-formatting.schema.json",
"additionalRowClass": "photo-row",
"rowFormatter": {
"elmType": "div",
"children": [
{
"elmType": "div",
"width": "100px",
"height": "100px",
"children": [
{
"elmType": "img",
"attributes": {
"src": "[$Photo.serverRelativeUrl]",
"title": "Photo"
},
"style": {
"width": "100px",
"height": "100px",
"border-radius": "50%",
"object-fit": "cover"
}
}
]
},
{
"elmType": "div",
"style": {
"padding-left": "80px"
},
"children": [
{
"elmType": "div",
"style": {
"font-size": "16px"
},
"txtContent": "[$Name]"
}
]
},
{
"elmType": "div",
"width": "100px",
"height": "100px",
"style": {
"display": "inline-block",
"vertical-align": "top",
"padding-left": "100px"
},
"children": [
{
"elmType": "div",
"style": {
"font-size": "14px"
},
"txtContent": "[$Role.title]"
}
]
}
]
}
}
Here is result:
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Best Regards
Cheng Feng