Hi, I am providing link to download report data to excel using below snippet: a!linkField( label: "Download Link: ", labelPosition: "ADJACENT", links: a!safeLink( label: "Click here to export to excel", uri: getdatasubsetdownloadlinkfromprocess( processModelUuid: "process model uuid", input: joinarray(enumerate(n),"-")) ) )It works fine if provide particular value for "n" say 300 or below. However, if changes this value above 300 report is not appearing, getting below error: "Expression evaluation error at function a!safeLink [line 176]: is not a permitted URI under the configured security rules and cannot be cast to safeUri." Report is using on PROD environment that have 1000 of rows. Is the...
OriginalPostID-183322
Discussion posts and replies are publicly visible