Hello, I need a little help 
I have an entity called “Contracts”, which includes a foreign relation field to the “basecontracts” entity, where we select the basecontracts associated with each contract.
In the same “Contracts” entity, I have a text field called “listacontracte”, where I want to display the names of all selected basecontracts, separated by commas, using a formula.
What would be the correct formula to use in the Before Save section to achieve this?
I need to extract all the basecontracts names separated by commas to send the list in e-mail and sms.
Thank you!

I have an entity called “Contracts”, which includes a foreign relation field to the “basecontracts” entity, where we select the basecontracts associated with each contract.
In the same “Contracts” entity, I have a text field called “listacontracte”, where I want to display the names of all selected basecontracts, separated by commas, using a formula.
What would be the correct formula to use in the Before Save section to achieve this?
I need to extract all the basecontracts names separated by commas to send the list in e-mail and sms.
Thank you!
Comment