Below is a screenshot of a Power Gallery.
Is such a screen achievable in Power Portals? I know I can
auto-populate a list or form, but can I also have a single
and specific image appear associated with unique data in
form or list, as is the case in the Gallery.
Also, can an image column be added to the entity list that is
that is the source for the data in list shown below so that
an image or thumbnail appears with each line item?
Solved! Go to Solution.
Hi @Phineas
You can use a custom web template to build a similar view. some of the facts to be considered
1. Your page template should refer to the custom web template you will be building
2. FetchXML is necessary to bring a similar look and feel
3. You can use notes or web file to upload your image and reference it in your web template using <img src> tag
4. I remember the portal is bringing File column support. So there is a high chance you can utilize the field to make your web template easy. ( will be released soon)
Hope this can give you some clarity to build the look and feel you are expecting
------------
If you like this post, give it a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users to find it.
Hi @Phineas
You can use a custom web template to build a similar view. some of the facts to be considered
1. Your page template should refer to the custom web template you will be building
2. FetchXML is necessary to bring a similar look and feel
3. You can use notes or web file to upload your image and reference it in your web template using <img src> tag
4. I remember the portal is bringing File column support. So there is a high chance you can utilize the field to make your web template easy. ( will be released soon)
Hope this can give you some clarity to build the look and feel you are expecting
------------
If you like this post, give it a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users to find it.