I am trying to get the ID of a newly created list item stored in a list with SharePoint Online. I have been able to get the first item, or the last items, or all of the items, but I just need the ID of the item that is created when the SharePoint Online list adds the ID.
I also need to be able for more than one user to go in to complete forms and get the related ID to the form. Users may possibly be submitting forms simultaneously. I used a loop, but it’s only acquiring the last item.
What do I need to do, to get the created SP Online ID field value, based on the related form that was completed?