Hi @Raizo ,
Just adding to the previous code I supplied - test to see if there is something in the field
If(
Len(ThisItem.Facilitator.DisplayName) > 0,
With(
{
_Data:
Split(
ThisItem.Facilitator.DisplayName,
","
)
},
Index(
Split(
Index(
_Data,
2
).Value,
" "
).Value,
2
).Value & " " &
First(_Data).Value
)
)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
MVP (Business Applications) Visit my blog Practical Power Apps