#DownloadDatasubsetPlugin I am using Download Datasubset to export datasubs

#DownloadDatasubsetPlugin
I am using Download Datasubset to export datasubset to Excel file.
However, when I add one input a parameter in the rule of getdatasubsetdownloadlinkfromrule, it does not work, and nothing shows on the linkField. It seems that the 'rule' of getdatasubsetdownloadlinkfromrule does not support input parameter. Can anyone help on it?

Below is the sample script:

with(
local!exportUri: getdatasubsetdownloadlinkfromrule(rule: rule!exportProduct(datasubset_anytype:rule!getproduct_id)),
if(isNull(local!exportUri),
{},
a!linkField(
links: {
a!safeLink(
label: "Click Here to Export This Data to Excel",
uri: local!exportUri
)
}
)
)
)

OriginalPostID-150114

OriginalPostID-150114

  Discussion posts and replies are publicly visible