| Account No | Name | Email Subject Line | Desired Output_Email Subject Line |
| 111 | Jack | Hi [Name] - Your account is [Account No] | Hi Jack - Your account is 111 |
| 222 | Rob | Hi [Name] - Greetings. | Hi Rob - Greetings. |
| 333 | Louis | Hi - Greetings. | Hi - Greetings. |
Hi guys,
I would want a solution to the above, I have a field 'Email Subject Line' which might or might not need the data contained in other fields, I want a dynamic mechanism by which I can read the 'Email Subject Line' and just replace the fields of variables with exact variable values.
I would want a way to get that as show in the last column 'Desired Output_Email Subject Line'
Please note that, it can have any number of variables in it, sometimes 0 or sometimes 10 or any number of variables names of the available columns in it.
Please help
Thanks