I have a lookup column that's referencing a document library. It displays the ID field.
Despite a flow creating the item correctly, and putting in the ID, and it displaying the ID in an REST API Get call, it shows nothing in SharePoint. The NewDocID column is just a number column and updates correctly
Rest API call
I can manually select the ID if I edit the item.
The Rest API call output is identical after manually selecting it.
I've even tried having a seperate flow to run once the item is created to update the Lookup ID via REST, but it still doesn't display in the list
Any ideas?