I am currently developing a custom page in Power Apps where I aim to display a base64-encoded image after each title in a row retrieved from Dataverse. For each row with an attached image, I extract the base64 string and use the following code snippet:
While I expect to see the image appear after the title, only the title is displayed. The base64 string works correctly in other contexts (e.g., when inserting images directly), but it does not render as expected in this case. I have tried various troubleshooting steps but have not found a solution.
Could anyone provide guidance or suggest a fix for this issue?
I am currently developing a custom page in Power Apps where I aim to display a base64-encoded image after each title in a row retrieved from Dataverse. For each row with an attached image, I extract the base64 string and use the following code snippet:
While I expect to see the image appear after the title, only the title is displayed. The base64 string works correctly in other contexts (e.g., when inserting images directly), but it does not render as expected in this case. I have tried various troubleshooting steps but have not found a solution.
Could anyone provide guidance or suggest a fix for this issue?