Skip to main content

Does anyone have any experience setting up a SmartObject so that it's Create method can be called via the SmartObject ODATA API? Everything that I have found has only indicated that the default List method can be called and that is only through Excel or Power BI. I would hope that the SmartObject ODATA APIs aren't that limited.

 

K2 Five On-Prem

 

Any help or guidance would be much appreciated!

 

Thanks!

Hi,



You can't execute a SmartObject's Create method with OData. This is currently the only way to execute any non-List method.


Thank you! I think this might work.


Hi all, 



Since 5.6, it's possible to use insert/update method with Odata:



Configuring the SmartObject OData Service (nintex.com)



 



Kind regards,



Olivier



 



 


Reply