Hello experts,
I’m integrating SharePoint with Business Central (via AL + Graph API) to create BC Items based on list entries.
All text, choice, and boolean fields work fine — but I’m completely stuck with fetching the Image that’s uploaded via the Image column in SharePoint List.
After Microsoft’s recent changes, images uploaded to SharePoint’s Image columns are now stored as hidden attachments, not in Site Assets or /Attachments. Instead, the field just contains metadata like this:
"Image": "{\"fileName\":\"Reserved_ImageAttachment_[5]_[Image][32]_[...].png\",\"originalImageName\":\"Screenshot.png\"}"
Has anyone here found a supported approach to fetch that actual image file?
I’m specifically avoiding Power Automate and would like a direct integration in AL.
If you’ve solved this or have any pointers from Microsoft docs / roadmap, I’d love to hear them!
Thanks in advance!


Report
All responses (
Answers (