Hi Ashley, There is no out of the box solution for seeing the differences between Layout Templates assigned to users between Classic and New Workfront Experience yet. At the same time, you can build a custom view to see the data, all you need to do is to add 2 new columns to your Users page view add the following queries by using text mode: Classic Layout Templates displayname=Actual Classic Layout Template textmode=true valueexpression=IF(ISBLANK({layoutTemplateID}),IF(ISBLANK({role}.{layoutTemplateID}),IF(ISBLANK({homeTeam}.{layoutTemplateID}),IF(ISBLANK({homeGroup}.{layoutTemplateID}),"No Layout Template",{homeGroup}.{layoutTemplate}.{name}),{homeTeam}.{layoutTemplate}.{name}),{role}.{layoutTemplate}.{name}),{layoutTemplate}.{name}) valueformat= New Workfront Experience Layout Templates displayname=Actual NWE Layout Template textmode=true valueexpression=IF(ISBLANK({uiTemplateID}),IF(ISBLANK({role}.{uiTemplateID}),IF(ISBLANK({homeTeam}.{uiTemplateID}),IF(ISBLANK({homeGroup}.{uiTemplateID}),"No Layout Template",{homeGroup}.{uiTemplate}.{name}),{homeTeam}.{uiTemplate}.{name}),{role}.{uiTemplate}.{name}),{uiTemplate}.{name}) valueformat= I hope this helps! Thanks, Gevorg Gevorg Kazaryan Product Manager Workfront