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
9 replies
Subscribers
5 subscribers
Views
3207 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Plug-Ins
Export CDT to Excel - I have this plug-in working, all except the input of "
Chasity Davis
over 11 years ago
Export CDT to Excel - I have this plug-in working, all except the input of "Cdt_fields_to_export". There really isn't any documentation on this node, so I took a stab in the dark with how to populate the inputs. I only need a handful of my fields from my CDT to export to excel, and that is why I need to complete the input of "Cdt_fields_to_export", however I'm not sure what this field is expecting. I've tried the following:
1. ={"actionType","securityName","securityId","newSecurityId","estimatedProcessingDate"} This is returning only 5 columns of data, which is what I needed, but the data is not my fields specified, instead it's the first 5 fields of my CDT.
2. ={pv!selectedUpcomingCorpActions.actionType,pv!selectedUpcomingCorpActions.securityName,pv!selectedUpcomingCorpActions.securityId,pv!selectedUpcomingCorpActions.newSecurityId,pv!selectedUpcomingCorpActions.estimatedProcessingDate} This causes my process to error and the application se...
OriginalPostID-105474
OriginalPostID-105474
Discussion posts and replies are publicly visible
Parents
0
Sathya Srinivasan
Appian Employee
over 11 years ago
Can you try writing with this field blank and with header_row set to true. This will show if you what is the expected CDT field names as the column header.
Also, make sure you're not exporting nested CDT's
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Sathya Srinivasan
Appian Employee
over 11 years ago
Can you try writing with this field blank and with header_row set to true. This will show if you what is the expected CDT field names as the column header.
Also, make sure you're not exporting nested CDT's
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data