I want to have 2 Inputs (Product and Amount) and out of this it will create a new Database entry for “Products”. I liked the Idea to add more Products to the list if they want. So how can I do that? Is that right with repeating groups? Also I got problems with database, do I have to save this (Product and Amount) now in a text List, instead of just text (field)?
I am also completly open for new approches :slight_smile:
Thanks

Just create a 2 input fields with “add” button, so users will type into that input field and add the product with price into your database. You can create a repeating group to show the list of products that have been added.

No, just text field and number field.

Products

  • Name (text)
  • Amount (number)

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