Hi @Vineethakolipaka ,
As Arun said, you have to write JS on your dialog to change field values based on author inputs.
Write something like this based on your requirements.
(function ($, $document, Coral) {
var selectfield = {};
$document.on("dialog-ready", function () {
se...