Skip to main content
Nintex Community Menu Bar
Question

UI only field displays blank in export file

  • July 10, 2024
  • 1 reply
  • 8 views

Forum|alt.badge.img+3

Hi Experts!

I have this UI field added to the main model and am using a custom field renderer to display its values by looking up a field from my current row into another model and get back my display value. I see the correct data on the table but the export file has all blanks.

has anyone managed to successfully export UI fields based on a customfield renderer?

somethings:
model.data - does not display my field even though I added it as a UI Only field on the model.


Thanks!

Roy

1 reply

Forum|alt.badge.img+3
  • Author
  • July 10, 2024

looks like my snippet was a problem, I used the MODEL_LOOKUP function to do the same thing and now I see it in the model.data and the export file too!