Tiny WebDB Question

Hello all. I have an app that I store initials and highscore to tiny web DB. I can retrieve and display one of the values, but do not understand how to display both.

This is a screenshot how I get and display my Global High Score. What I don’t understand is how do I also display the second value for INI (that is the other tag in the DB)

image

Take away all blocks from the else slot, then place get value tag=INI
Add block when Got Value,
if tag=INI
Put in the four blocks you taken out.