User_id > collect only the name

When I use the data.user_id, I receive something like this

{name=Mathieu Xxxxxx, has_pic=true, active_flag=true, id=182103, value=182103, email=Mxxx@ca-xx.xx, pic_hash=e27afe2179a39e6622b11e6f677d58}

Do you know a way to receive only the name and subname ? In my case, I need only Mathieu Xxxxxx,

Thanks

No unfortunately data.user_id will always return all of that data, but you can try adding a formula/algorithm to only extract name from these results