Quotation app in Glide

Hi There,

Is it possible to create sort of a quotation app in Glide? I have a table with possible quotation items and i want to populate a new table with those items and quantity, based on what the user chose form a list, something like:

items-database:
Item-id
Item-name
Item-class

The table above woud populate a screen with a list on the app for the user to choose some of those items, their quantity and a small note from, and populate another table like this:

quote-database:
Quote-id
User-id
Quote-date
Item-id
Item-name
Item-quantity
Item-notes
Delivery-date (must be the same for all the items chosen for said quote)

I can’t figure out how to fill this last table with the items chosen from a list on Glide. I’d appreciate any help, thanks in advance!