I am trying to get the full path of the SharePoint trigger 'When a item or a file is modified' but the full path that SharePoint pulls ends with '5_.000' instead of the actual item path. I need it for when I call an HTTP request that moves that item into a folder within the list, so every time it runs I get the error:
"The expression "Web/getFileByServerRelativeURL('/sites/ITMIS/Lists/IT Ticket Tracker/5_.000')/moveTo(newurl='/sites/ITMIS/Lists/IT Ticket Tracker/Completed Tickets/5_.000'flags=1)" is not valid."
Is there a reason why the full path is coming up like that? Below is my flow and the full path I am getting
Power Automate Flow
Full Path Compose