Create list item using Sharepoint Online Spoke

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2022 09:46 AM
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.
- Labels:
-
IntegrationHub
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2025 11:58 PM
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
Thank you,
Vedang