Not getting output of Process Variables in Interface while using Site

Hi All ,

I have a very strange scenario .

I have created an Interface which shows Data in Editable Grid, I want to Export this Data into an Excel File.

In order to Export the Excel File , I have created a Process Model which stores the required document into One Document Folder.
Now, I want to have a link to download that particular file.

I am able to do everything , While testing Interface , I am getting output of process variable ( i.e. the Exported Document) but when I am using that Interface in Site I am not getting output from Process Model.

Here is the image of Process Model:

  a!startProcess(
                      processModel: cons!MBUA_PM_EXPORTEXCEL,
                      processParameters: { gridData: ri!excelData,  },
                      onSuccess: a!save(
                        ri!document,
                        fv!processInfo.pv.exportedExcel
                      )
                    )
Here is the code which I have used for Starting this Process Model.

  Discussion posts and replies are publicly visible

Parents Reply Children