Hi all,
I'm trying to build a flow to change the core SharePoint column 'name', and have read a number of articles suggesting that this can be done by using 'Send an HTTP request to SharePoint'.
I've configured this in line with everything I've read, but am getting an error as follows:
The expression \"web/lists/GetByTitle/('TeamDocuments')/items(7101)\" is not valid.
and there is an item in the library with ID 7101. Note I'm hard coding the item number simply as part of troubleshooting.
The flow step itself looks like this:
Can anyone advise what I'm doing wrong, or if there is a foolproof way of generating / testing the URI?
Thanks,
Ian