It looks like the Item Id is not being filled in correctly. In the Items() part of the expression it is being filled with "A02" which is not an item number. Within Items() should be the list ID for the item so like items(1) would be the first item created in the list and items(10) would be the tenth item created in the list.

I don't know how or why that expression is being filled like that, but I think you need to check the outputs of the values for "Id" or "ID" or "ItemId" and see if that is causing the error.
I know file properties aren't always labeled like we expect for example if you run the power automate step Get File Metadata for a file in a document library the results will show "ItemId" as the item number from the list and the "Id" will be a encoded path to the document.
So check what values are being used as an Id or maybe use the Peek Code option for the step and see if that helps show where the value is coming from.