Skip to main content
Nintex Community Menu Bar
Question

export page to csv over multiple models

  • July 11, 2024
  • 1 reply
  • 6 views

Forum|alt.badge.img

I have a page that calculates cost based upon varying fields and tables on the page encompassing three models. I am trying to find a way to export the page to excel for easy manipulation later. I cant seem to find a way to export multiple models to one csv. Is this even possible? I can get a single model to export fine, however, it puts each field into its own column instead of it having the field in column A and Value in Column B. Is there anyway to change the output format of the exportData() function?

This topic has been closed for replies.

1 reply

Forum|alt.badge.img+18

Eric,

You could potentially adopt the rows of all your models into a single model, and then export that?