Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
6 replies
Subscribers
5 subscribers
Views
3231 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Plug-Ins
Export Multiple tables into Document
christopherg753
over 8 years ago
Hello All,
What is the best recommended way to export multiple tables, withing the same SAIL form into a single document. Word, PDF, and/or Excel? If Excel, how can we export each table into a new page within the same document? Thanks in advance!
OriginalPostID-257436
Discussion posts and replies are publicly visible
Parents
0
lucasj
A Score Level 2
over 8 years ago
Hi Marco,
After recreating your issue from the other post, I believe the problem is being caused by passing pv!output_document as the Document_to_overwrite in the second node. I was able to get data to write to two separate sheets by passing in pv!output_document as the Excel_base_template for the second node but leaving the Document_to_overwrite input blank on this node.
This approach will end up creating two excel documents (one for each node), so the second document will contain the entirety of the data.
Thanks,
Lucas
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
lucasj
A Score Level 2
over 8 years ago
Hi Marco,
After recreating your issue from the other post, I believe the problem is being caused by passing pv!output_document as the Document_to_overwrite in the second node. I was able to get data to write to two separate sheets by passing in pv!output_document as the Excel_base_template for the second node but leaving the Document_to_overwrite input blank on this node.
This approach will end up creating two excel documents (one for each node), so the second document will contain the entirety of the data.
Thanks,
Lucas
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data