@karthick1356, @chola-dev If you would like to retrieve the dialog input in this format - data-attri1=value1 (in a single textfield as part of Multifield), In the model, you need to inject this value -> split using "=" -> then populate the Map object. Alternatively, you can also use two textfield, ...