1st table i have created Employeetable with column Id,Name,Designation,Salary.
2nd table Keytemplate with column Keyname,Query.values Id_key,Name_key,Desig_key,Salary_key.It should search the key name and execute query.That keyname value print in another table.
3rd table documenttable.with column paragraph .
value "Dear [Name_key],you are doing well in your [Desig_key]" .
4th table documenttableoutput -it should reflect the message with data.
value "Dear Rama,you are doing well in your Developer" .
thanks