Hello, I need to personalize a delivery as follow
:TableA.TableB.TableC.fieldNameTableA.TableB.TableD.fieldDataThe
relation between tables is as follow :TableA 1->N TableBTableB N->1
TableCTableB N->1 TableDsince the relation between TableB and TableC
/TableD is N to 1 , I've had to use index : (1)
TableA.TableB.TableC[0].fieldName(2)
TableA.TableB.TableD[0].fieldDataHowever, AdobeCampaign only allows me
to use the index on one of them (1) or (2) and not on both, for that the
following error is ...