Alright, probably too tired to explain comprehensively, but I need to finish this. Been struggling with this for the past couple of hours and I cant get my head around it.
To keep things simple, I’ll use an example of the situation I have:
Clients (users)
Managers (user + manager’yes’)
Type: ‘Fruit’ (item name, weight)
Type: My Fruit List (item name, weight, quantity, total weight)
Page:
A manager logs in navigates to a page with a form that will create a fruit list for a client.
Input dropdown:
Client
Repeating group:
(input dropdown) Fruits: item name
Repeating group:
(input dropdown fruit’s value’s weight) Fruits: weight
Repeating group:
(input) quantity
(input) Repeating group
total (weight*quantity)
Save:
Create new thing > list of fruits > client=user > all fruits, weights, quantity and total
At one point I had this working but just for the first ‘row’ of items. I put all columns in separate repeating groups and also all in one repeating group (didnt know that was possible at first) but no success.
I tried to recreate the issue in the forum app but where in my own app I can select the fruits volume, in the forum app I cannot. So for what its worth: https://bubble.io/page?type=page&name=list_fruit&id=forum_app2&tab=tabs-1
I havent found any documentation on saving multiple repeating groups that displays data from one type, adds other data and create entries from another type.
I have also tried to just use input fields, but i have multiple entries for ‘item’ or ‘weight’ so i havent found a way to ‘save’ more than one of the same kind.
I think im just missing something so any help is more than appreciated!