Create list item using Sharepoint Online Spoke

tmparks01
Tera Contributor

I see there is a "Create List Item" provided OOTB for the spoke. However, the only value able to be passed is the title of the item. Is there a way to send a JSON object for other columns in the list? Or do I need to create a custom 'Create List Item' action? Thanks.

5 REPLIES 5

Vedang1
Tera Expert

While facing the same issue, I created a custom list action, which is what I would suggest. In the SharePoint scope, make a copy of the OOB action and add your parameters.

 

I added new parameters to the action based on what I needed. However, these need to be in the same format, as in your SharePoint site.

The best way is to perform a 'Look Up List Items In A List'. You can then examine the 'List Items JSON' in the output and figure out what properties are used in SharePoint.

 

Hope this helps!

BR,

Vedang

Please mark it as solution proposed and helpful if its serves your purpose.

Thank you,
Vedang