Skip to main content
Nintex Community Menu Bar
Question

Table Export Columns - Error if changing field to template

  • July 10, 2024
  • 1 reply
  • 4 views

Forum|alt.badge.img+5

If setting up custom export columns for a Table Export, if you choose a field such as Email, and then change it to a Template, it will still export the value of Email rather than the template you create.

The XML it creates is like this:

<column type="template" headertype="fieldlabel" field="Email">
 <template>{{Name}}</template>
 <label>Test</label>
</column>

If you get rid of the field=“Email” it will work

<column type="template" headertype="fieldlabel" >
 <template>{{Name}}</template>
 <label>Test</label>
</column>

Hope this can be fixed in a future release.

It seems to work fine if you choose Template without having chosen a Field first.

1 reply

Forum|alt.badge.img+11

Hi Tony~

I have been able to reproduce the problem you are experiencing and have notified the developers of this issue. Thanks for alerting us of this bug and helping make Skuid better! 

Thanks!

Karen