I am trying to email notification changes made in Lead doctype to users.
Using {{doc.data}} , I managed to get the changes in JSON format.
{“added”:,“changed”:[[“remarks”,“Hi do u have 100sqft -120sqft storage sp=
ace.\nIntend to lease for 6mths - 12mths\nStowing personal household and ev=
ent stuffs.\n\nMove in date: 11 sept 23\n\nMay l know how is the lease proc=
ess n how much?\n\nThanks!!”,“Hi do u have 100sqft -120sqft storage space.=
nIntend to lease for 6mths - 12mths\nStowing personal household and event s=
tuffs.\n\nMove in date: 11 sept 23\n\nMay l know how is the lease process n=
how much?\n\nThanks!!!”]],“data_import”:null,“removed”:,“row_changed”:=
,“updater_reference”:null}
In the Jinja template, I am trying to make a table using the above JSON . However, it is not picking up the items in the array.