Solved
How to extract values from a multifield inside custom dialog customization js?
How to extract labels(not the values inside it) from a multifield inside custom dialog customization js?

How to extract labels(not the values inside it) from a multifield inside custom dialog customization js?

Hi @manu_mathew_ ,
try this jquery code on label name you want to catch value of label, I tested & it works on multifield as well
$("input[name='./<yourNameElement>']").parent().find("label").text()~Aditya.Ch
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.