How to format mapped() result?
mapped() output like ['name1','name2','name3'] and related float field [100, 200, 300]
would like to add that value to fields.Text so that it goes fields.Text: name1, name2, name3
and also add currency like $100, $200, $300
can this be done? any example?
thank you