Can anyone help me in deriving the logic of consolidating and updating from a repeating group by creating a new thing.
Ex:
below is the data from the repeating group (Purchase details)
when I click submit, I need a logic to create a new thing which consolidates the vendor name and adds the Item list to the particular vendor as shown below.
Thats exactly how I needed.
but I haven’t worked on scheduling an API . Was going through bubble reference , but bit tough to understand related to my requirement.
Could you please explain me a sample through screenshots?
Thanks for your quick response. The temporary list is now being populated.
I tried to run the Scheduled API now but it was creating all individual records because the vendor List consists of multiple records with same vendor name ( as we were referring unique ID of each record).
To avoid this, I renamed vendor table to vendor Items and created a new table Vendor with only vendor names and unique ID to refer.
now the logic works fine by creating unique list vendor to the purchase report database . But all the Items from the temporary list are being added which needs a filter to add only with respect to the unique ID.
Please advice what logic to add for filtering Items based on unique IDs. I tried in multipleways