Skip to main content
Nintex Community Menu Bar

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

SP With Parameters

 


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)


Reply