Skip to main content
Nintex Community Menu Bar
Solved

K2 Five ExcelExportResult Smartobject help request

  • December 18, 2020
  • 2 replies
  • 38 views

Hello Team,

 

Please help me with ExcelExportResult smart object usage, I am unable to utilize the Excel export with SP parameters method.

 

How to pass parameters given in the smart object method.

 

Please guide.

 

Thanks,

Advance

Rajesh

Best answer by YUDI2

I pass in the parameter in spfullname .  example :  sp_testquery  ‘10’,’New’

but I’m not sure what assembly you are using, is spPara accept json format ?, if not then  you need to call method ExcelExportSpPara to serialized the parameter  ( usually you will be able to see serialize and deserialized method)

You click and drag the serialize method onto spPara parameter  (for that smartboject)

2 replies

  • Author
  • Novice
  • December 18, 2020
SP With Parameters

 


Forum|alt.badge.img+6
  • Novice
  • Answer
  • December 30, 2020

I pass in the parameter in spfullname .  example :  sp_testquery  ‘10’,’New’

but I’m not sure what assembly you are using, is spPara accept json format ?, if not then  you need to call method ExcelExportSpPara to serialized the parameter  ( usually you will be able to see serialize and deserialized method)

You click and drag the serialize method onto spPara parameter  (for that smartboject)