Hi, I'm using getdatasubsetdownloadlinkfromrule to allow users t

Hi,

I'm using getdatasubsetdownloadlinkfromrule to allow users to export report data to Excel.

In this , On passing filter values, using the below code:

getdatasubsetdownloadlinkfromrule(
rule!BWIS_WF_Report_GG_getExportableDataSubset,
a!toJson(
{
startDate_tm: toString(local!startDate),
endDate_tm: toString(local!endDate),
pagingInfo:local!pagingInfo

}
)
)

But in the child rule, startDate and endDate is coming as null because of which entire datasubset is coming in excel.

Please suggest if there is any other way to pass variable.

OriginalPostID-168124

OriginalPostID-168124

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data