Re: Where to store images in PowerApps Portal?
Hi @Jim01,
Sorry for the long reply.
I just tested out and everything worked on my Portal. That's what I did:
1. Created a web file where I set Parent Page to Home (which is a root page for my portal), Partial URL to "sample.jpg" and Publishing State to Published.
2. After web file was created I navigated to Notes tab and attach the image file.
3. On the Web Template for the test page I inserted the next line of HTML:
<img src="/sample.jpg">
4. Navigated to Portal Studio and pressed Sync Configuration.
5. Open a web page and cleared the cache with Ctrl+F5.
Outcome - image was shown as expected.
Can you try to do the steps in the same order and see if it will help?