Hi All, Have anyone tried using getdatasubset download link plugin i

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
    Certified Lead Developer
    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
  • @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.