Syntax for URL to edit item in a list

Copper Contributor

I'm new to SharePoint so this will be basic.  I'm looking for the syntax for a URL that I can give users that will take them to a specific record in a SharePoint list in edit mode. 

 

Assume I have a SharePoint list called "mylist" with a few fields (myID, date, comment).  Assume my recordset looks like this:

 

myID, date, comment

001, 20210830, "you are awesome"

002, 20210830, "you are really awesome"

 

I've spent hours trying to get this syntax correct unless this just can't be done the way I'm thinking.  Here's an example of the last syntax I was playing around with for reference: https://mydomain.net/sites/abc123/lists/mylist/item/editifs.aspx?Field=myID&FieldValue=002

 

I can't get it to take me to the item I want.

 

What am I doing wrong?  Thanks.

 

WV

0 Replies