I have a couple of fields that are populating a page designer block to generate booking confirmations for clients. I have a projects table and a client contacts table.
In the projects table I have a field that links to client contacts, and then a looks up field that populates contacts first name only for the purpose of addressing them in my page designer block. My problem is that sometimes I have multiple contacts on a project. See:
I need to populate my page designer block with “Kelly and Chris”.
I’ve tried this substitution formula:
SUBSTITUTE({Contact first name look up}, “,”, " and")
It appears that you can’t run such a formula on a lookup field.
Help would be appreciated.
Thank you!