
Announcements
Hi everybody,
I am working on a Power App Portal project where I have a list of articles. After clicking on an article I get redirected to the detail page of this article. In the detail page I want to display more information about the article.
Currently I am struggling to find the correct approach of displaying this information. In the page builder i've the following options:
Currently I am displaying data with the form option, but I find this a very unpractical way of displaying things. So I was thinking about a way to load raw HTML into a Text component and using javascript to render the HTML. The problem: I haven't found an option to fetch the corresponding data of each article and pass it to the Text component.
Has anyone experienced a familiair issue or have an answer to this problem? Please feel free to share this with the community.
Thanks in advance!
Hi @Bart-qteam
You can create a web template and page template which will have a more detailed button on it. Then using JavaScript you can display the remaining content. Using JS and CSS hide the "More detailed" Content on the initial load/page load. On the button, action try to unhide the "more" div or section block.
This is a high-level idea on how to achieve it.
Hope it helps.
------------
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.