Nintex Drawloop: Document Generation Data Issue

  • 9 December 2021
  • 0 replies
  • 17 views

We are facing a strange issue while generating the Document. When we are using tags for section replication (child records). As shown below if the first child record field holds a value and the second child record field is empty. Then in the replication the first child record field value is getting populated in the second record field.  

 

Child Record 1: Field1 = ‘ABC’      Field2 = ‘DEF’

Child Record 2: Field1 = ‘GHI’      Field2 = ‘ ‘

Child Record 3: Field1 = ‘JKL’      Field2 = ‘ ‘

 

Generated Table(SOQL Relation)

Record

Field1

Field2

Child Record 1

ABC

DEF

Child Record 2

GHI

DEF

Child Record 3

JKL

DEF

 

 

we are facing this issue only when we are getting data from the SOQL relationship.

 

Its working fine with the Stand Alone Data Relationship.

 

Generated Table (Stand Alone Data Relationship)

Record

Field1

Field2

Child Record 1

ABC

DEF

Child Record 2

GHI

 

Child Record 3

JKL

 

 

 

Could you please suggest the solution?


0 replies

Be the first to reply!

Reply