Help to create a Bid system

Hello,

I’m trying to create a bid system in my app.

In my database, I have a Data Type “Offers” with a “Created by” (User) and an “Applicant” (List of Users) fields.

How can I put in my database a Bid (number/currency) linked to an individual “Applicant” and to an unique “Offers” data type ?

Thank you very much for your help,

Create a data type Bid with the fields Applicant, number and Currency. Gives you also the possibility to choose between currencies. Link every Bid with the right offer.

To add on to what @klaas.vanhoeck1 said. You could also create an input field called “Place Bid” and set it to only allow a higher amount than the current standing bid, which would all be stored in the database.

This topic was automatically closed after 70 days. New replies are no longer allowed.