We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Rendering Tool error - how to prevent?

uriah
8 - Asteroid
 

First off thank you to this community for the help and resources . I completed a serious flow this week and its very cool.

 

The flow basically grabs a ton of fields from our Salesforce org and performs all the necessary transformations ,logics, and formatting towards a rendering tool to make a PDF file.

 

one particular record results in this error and may even potentially halt other PDFs from getting created

 

Error: Render (25): Error in PDF rendering. Error Number: 4097: ARRAY COUNT ERR

 

 

Does anyone have experience with this error and what it could mean? Upon investigation, there could be one layout  that gets a little big because it includes of one big field in a table. If this is the issue, how do i prevent it ?

3 REPLIES 3
uriah
8 - Asteroid

DELETE PLEASE SOLVED IT

Timi8
8 - Asteroid

What was the solution?

uriah
8 - Asteroid

in my flow, the layout tool before the rendering tool is piecing together a ton of areas . for most of my records, it was doable . but one record had a field with a very large amount of text so i think the rendering tool was giving up on how to fit it in a pdf output file at the moment.

 

so i basically got tools to broke the field down and put it in a table, then put that resulting table in another table for grouping purposes. The text to column tool looks for any instance theres an enter space in the text and breaks up the data based on that (Make sure its configured to split to rows) and then a filter tool afterwards filters out the empty spaces. then the data in non empty fields gets regrouped later through the tables. 

I made an example to illustrate the solution. Hope this makes sense. 

Labels
Top Solution Authors