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
‎08-04-2023 09:22 AM
Hi, did you figure this out? We are also looking for the same solution. It only populates the first column.. It doesn't allow you to specify List Item Entity to insert into
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-06-2023 10:12 PM
hi Ahmet1,
i hope you are ok.
i am trying to use the sharepoint spoke to create list items.
i use flow designer for this purpose.
when configuring the action "create list item" it asks for list ID, and custom id fields.
do u know what they are and which values i should put ?
regards,
max
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2023 03:33 AM
Hi, we ended up going with Power Automate to achieve this objective with integrating SharePoint / ServiceNow. It was much easier and better integrated this way. The ServiceNow plugin does not allow you to populate more than one column in the same row when we were using it in April.
ServiceNow updates send an email to mailbox
Power Automate monitors the mailbox
Power Automate retrieves the values , data from the email
Power Automate populates SharePoint list.
Same can be done the other way round by monitoring SharePoint list and updating ServiceNow.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2023 05:04 AM
Hi @cuchi
This sounds similar to what we've done for our Integration with Jira. We use Flow Designer to look for when a Field is updated on a Catalog Task and, when populated, it triggers our Flow to pass data from the ServiceNow Task and Generate/Update a Jira Story with field data.
We have a 'Build JSON Request' Script Step on an Action where we had to call out 'Custom Fields' and their associated ID's. This allows us to pass multiple field data over to Jira. See below for the Script: