Skip to main content
Nintex Community Menu Bar
Solved

Calling Create Method from SmartObject ODATA API

  • January 10, 2022
  • 3 replies
  • 38 views

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!

Best answer by boringnerd

Hi,

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

3 replies

Forum|alt.badge.img+7
  • Nintex Employee
  • Answer
  • January 11, 2022

Hi,

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


  • Author
  • January 12, 2022

Thank you! I think this might work.


OlivierC
Nintex Employee
Forum|alt.badge.img+6
  • Nintex Employee
  • September 27, 2022

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