Monday, 15 March 2021

Add Object to an array

 

add an object with key value to the an exixsting array here address is key and value move it to the an array

  myarray[0].Address = "123 Some St.";
   or
   
   myarray[0]["Address"] = "123 Some St.";


1 comment:

dropdownsearch for dyanmic fields

    I’ve enabled searchable dropdowns for all dynamic dropdown controls in Assignment Details. What I changed Added a  dropdownSearch  map...