Creating an app to scan and save QR code menus

Hi guys. I have an app project due very soon and would love some help. My app aims to allow users to scan QR code menus and then save them in a list.

I am unable to code the feature that allows users to name the QR code Url. In other words, I can only get there to be a list of URLs, rather than a list of restaurant names with URLs linked to them when you press them.

Would anyone know how to help? Here is what I have so far

Final_Project_Draft.aia (3.5 KB)

Use a list of lists then return the url using lookup in pairs

These blocks hopefully give you the idea...

image