Hi everyone,
we’re experiencing an issue with the Dynamics 365 Business Central data connector.
Up until about two months ago, we were able to display item pictures in a gallery image control in Power Apps. The images come from BC365 and are exposed through a custom API.
In the gallery image control, we used the following expression:
"data:image; application/octet-stream; base64," & LookUp('items (xxx/xxx/v2.0)', no = "item_code").picture
Now the images no longer appear, any error show and I can’t figure out why.
No changes have been made to our Power Apps configuration or to the BC365 API code. We also reattached the connector and refreshed the data source, but the issue persists.
In the BC365 AL API code, the field is exposed as:
field(picture; Rec.Picture)
{
Caption = 'Picture';
}
Has anyone experienced something similar or has any suggestions?
Have any changes been made by Microsoft?
Is it necessary to create a custom connector? If so, could you point me in the right direction on where to start?"
Thanks in advance

Report
All responses (
Answers (