Skip to main content
Nintex Community Menu Bar

Drawloop - LEDD Availability Section not populating

  • March 26, 2021
  • 0 replies
  • 111 views

Brent_Doc
Nintex Employee
Forum|alt.badge.img+12

Topic:

LEDD Availability Section not populating with Red Banner error: An unexpected error has occurred. Please contact Nintex Support if this error persists.

 

Issue:

When in the LEDD interface the Availability Section is not populating:

10001i62B6F7FF69C07A0B.png

 

This occurs when the data in the Loop__Security__c field has spaces between the comma-delimited string.

This could occur if the DocGen Package was created dynamically in specific use cases or was migrated to an environment using an external tool, such as Salesforce data loader, with this field data formatted incorrectly.

 

Resolution:

1. In the Classic interface, add the Loop__Security__c field to the layout and remove all the extra spaces between the list values.

 

2. Perform this action via the developer console using the below query and click 'Save Rows'

 

SELECT Id, Loop__Security__c FROM Loop__DDP__c WHERE Id = '{PackageRecordId}'

 

9999i048CF9ECB833D12F.png

 

Expected behavior after Update:

10000iBFDA4EB365C71655.png

 

Related Links:

https://help.nintex.com/en-US/docgensf/Templates/Availability.htm