Export_To_Excel JS Action

0
Hi everyone,   Im facing an unknown issue while using the Export_To_Excel Javascript Action in a custom nanoflow. Im providing the correct datagrid name to the js action. I am attaching the snapshots below. Please help me out.    
asked
3 answers
10

Hello Vijay,

 

I did this

1.Call nanoflow from Datagrid2 passing parameter.

 

image.png

 

2.In nanoflow call Export_to_excel java script action.

able to download.

image.png

answered
4

Hello Vijay,

 Please check below

  • check the nanoflow to ensure all required parameters are being passed to the JavaScript action.
  • Verify the parameter names in the nanoflow exactly match those in the JavaScript action.
answered
0

Hello, put the action button inside the DataGrid2. That way it knows what to export.

 

answered