I have two repeating groups. Left is a list of products received via external API(not saved) to Bubble DB. Right is selected items via custom state + QTY input field.
Is there any chance to create a list of things in Bubble DB from the repeating group on the right?
Just the first thing that popped up in my head. Depending on the exactly requirements my answer would differ to some you recommend (i.e., bulk data API)
I think this is a good example of a feature that just seems like it would be natively part of the front-end! It comes up frequently enough in the forums, and admittedly all of the ways to achieve currently are more āadvancedā (recursive workflow, API workflow, Data API bulk, etc). I wish āthingsā within a repeating group werenāt so barricaded from outside the RGā¦Iāve found decent plugins to assist with this (Orchestra, BDK RG, etc) but would love to see this natively in vanilla Bubble. Iāll take a look at the feature suggestions to see if anyoneās got requests in there I can +1!
@msgiblin Been asking for things like this for a long time. Itās just not seen as a priority. For what itās worth, upvoted these. However, my hopes are not high.
āSchedule an API workflow on the RGs listā - Sounds like a plan. Any hints how to set it up?
āOr use the Data API bulk function.ā - I don`t think this approach will work with current endpoint setup, it will start to save whole product list from API.
My current vision how this application part should work:
External API call (GET) - provides list of all existing products with total qty.
Selection from RG is like āadd to cart/orderā
Selection is saved to app DB after clicking SUBMIT button
4)Button APPROVED executes External API call (POST) - sends saved data from DB to external endpoint and deletes app DB records related to particular cart/order.
Right now i have struggles with step #3, other steps are working.