Hello! I used tabular data for the HTML code and On the Concat I inserted my own values. However, The table is still showing the previous information from the original table, probably because I didn't do something right.

This is what I have in my formula.
Concat(Gallery3.AllItems,
"<td>" & ID & " </td>
<td>" & Description & " </td>
<td>" & Qty & " </td>","</tr><tr>") &
"</table>"
Do the values have to be exactly what's named in my collection?

Or do they have to be what's named in the gallery? (ex. Text=ThisItem.ID)
thank you to whomever can help!