I have a problem with the plugin Download Data Subset from rule that result on t

I have a problem with the plugin Download Data Subset from rule that result on this error "Error 500 - Internal Server Error

Sorry, your request could not be processed. "



This is my section rule

load(
local!releaseYear: ri!releaseYear,
with(
local!ruleURI: getdatasubsetdownloadlinkfromrule(rule!RM_exportableDataSubsetRegion, local!releaseYear),
a!sectionLayout(
label: "Test Download Excel",
firstColumnContents: {
a!linkField(
links:
a!safeLink(
label: "Download Excel",
uri: local!ruleURI
)
)
}
)
)
)

with ri!releaseYear of type text and value 01 - 2016.

This is the defeintion of the rule!RM_exportableDatasubsetRegion:

=with(
'type!{urn:appian:plugin:datasubsetdownload:types}ExportableDataSubset'(

fieldNames: {"ReleaseYear",
"RiskOpportunity",
"Region",
"BU",
"Cluster",
...

resultTestRMexportableDara.txt

OriginalPostID-221903

OriginalPostID-221903

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data