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
2 replies
Subscribers
5 subscribers
Views
939 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Plug-Ins
Hi All, Have anyone tried using getdatasubset download link plugin i
sujithap
over 9 years ago
Hi All,
Have anyone tried using getdatasubset download link plugin in cloud premise to download data from DB. though the notes in shared component says data can be from any source the function only accepts pmuuid.
OriginalPostID-184801
OriginalPostID-184801
Discussion posts and replies are publicly visible
0
Tim
Certified Lead Developer
over 9 years ago
The process model is required on cloud to provide the data. Within that process you can provide data from multiple sources including RDBMS, process analytics or webservices
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
sikhivahans
over 9 years ago
@sujithap Added to what @tim.clarke has said, the function (from cloud as well as on-premise version) further accepts an additional parameter called 'input' which you can make use of depending on the usecase, for instance you may use it for querying the database with a filterset desired by you. Let's say you want to query some data with the filters as desired by you, in this case, we use the input parameter to send the filterset to process model (from a sail interface) and inside the process model, we query the database by using the filterset which is obtained as input. If you haven't explored already, documentation at https://forum.appian.com/suite/help/7.11/Download_DataSubset_Plugin.html has specified some nice examples as well which might give you an overview. Hope that helps.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel