Announcements
Hi @jurunas2023 ,
Can you please post (in Text) your current code. Assuming the HTML box is inside the gallery, ThisItem will work, however outside you will need GalleryName.Selected.
"What I managed to get was this. I would like to add a dashed black bottom line to each item to separate the view and adjust the columns so that they align with the title. Would that be possible?"
The code I created was this one:
"<table><tr><th></th><th></th><th></th></tr>" & Concat(Filter(MapaProcessos_2;ThisItem.Atividade=N3);"<tr><td>" & N4 & "</td><td>" & N5 & "</td><td>" & N6 &"</td></tr>") & "</table>"
You need to include the header in the Table - so include whatever formatting you have in the code below
"<table> <tr> <th></th> <th></th> <th></th> </tr> <tr> <td>n4</td> <td>n5</td> <td>n6</td> </tr>" & Concat( Filter( MapaProcessos_2; ThisItem.Atividade = N3 ), "<tr> <td>" & N4 & "</td> <td>" & N5 & "</td> <td>" & N6 & "</td> </tr>" ) & "</table>"
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
MVP (Business Applications) Visit my blog Practical Power Apps
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 358 Most Valuable Professional
11manish 214 Super User 2026 Season 2
Mohsin Ali 185