Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Calculated Custom Form Field to Display the User Name based on a specific role ID from the People tab

Avatar

Level 1

Hello, 

 

I am trying to figure out how to create a calculated filed on custom form which displays a specific user's name based on a specific role ID from the People tab. I have tried getting at the name associated with the role several different ways, but cannot seem to get it to actually pull the name into the field. Suggestions are welcome!

 

This was my last attempt, that is not working: 

 

IF({roleID}="63cecf81000f4eb3222ca45285ec9bbc",{assignedTo}.{name},"")
Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Reply

Avatar

Community Advisor

Hi @LauraV1 

 

your calculated field works, provided the issue/task has an assignee. 

 

The problem is that roleID will only ever return ONE roleID (same with assignedToID)- so if you have 2 people assigned this won't work.