How to get field literal value from CRM Integration

How to get field literal value from CRM Integration

I've got three integrations with CRM modules.

In Creator, I need a formula field that concatenates actual values from CRM, not the internal unique id.

Something like this:

Account + " - " + Deal + " - " + Product

So that the result is: Acme Account - Deal One - Blue Shirt