so basically I want to compare the object of array with another object and change its value. The data is fully dynamic so I can't use static keys. here is my data
this new DATA is the one I want to add in the invoiceDATA
but the problem is that DOCDT is not static it can be dynamic so I cannot use static key name.
Thank you!!