Skip to main content
Nintex Community Menu Bar

I’m migrating workflows to the Automation Cloud, and no matter if I build the table in HTML or the WYSIWIG editor, Nintex constantly messes with the formatting.  It will move whole rows to the top of the table.  The screen shot below is how the table in the email should look.


But if I have to go back into the workflow to make an edit for any reason - not even to the Send Email action this happens:


The divider rows get converted to header rows - even if I toggle that setting off or call it out as <td> instead of <th> - and then get moved to the top.

This defeats their purpose, which is to break up and organize the data.

It makes quick edits painstaking.  I don’t need a “smart” editor that actually gets it wrong every time it tries to override my actions.

If someone from Nintex could PLEASE tell me how to get around this or give us the option to shut it off, I’d be most appreciative. I build for 10+ teams and own waaay too many workflows for troubleshooting to be this time-consuming.  We moved significant portions of our work to Nintex for consistency and efficiency.  But if changes are so tedious is negates any gains for the users or me.

Hi ​@karmaq 

I tried to repro this but I wasn’t getting the same result.  I’d recommend reaching out to Nintex support about the issue you’re seeing to investigate if this is tied to something in the workflow itself or if it’s a bug.  If it is a bug then they should be able to raise it to the development team.


Hi ​@karmaq,

I want to add to my colleague Brent’s advice.
I have found that the rich text editors in Nintex Workflow will change the HTML code if they “think” the syntax is incorrect. I can’t 100% confirm this is a feature; it’s just an observation. For Example, if you try to use an HTML tag that is not supported, it will be removed.
To avoid this issue, I would suggest that you build your table in a variable using create a text string actions and then inserting the variable into an email.

This thread gives you an example of how to do this.
 

 


Hi ​@karmaq 
Is this issue now resolved?


Hi All,

Apologies for the delayed reply.  We’re migrating to the newest environment so me and my too many teams and not enough clones have been slammed.

Re: the tables.

I’ve built tables in text variables before, and that’s particularly help when For Each loops are involved.

But I really needed to see how the data I was working with would line up so variables are less useful there - even if I build it in a free HTML editor elsewhere and then copy it over.  I’ve gotten it to behave finally, but I can’t tell you just what the winning solution was.  I just kept finessing it in the back end so it’s mostly behaving for the moment.


Reply