So i have the following situation.
When “Place order” button is hit, besides a lot of operations, i have the following:
“Make changes to a list of items” - current users cart_items which is a list.
To each cart_item, i am trying to add the order ID. Sometimes it just skips some random records. Any idea why it would do that?
I am not using “Do a search for: cart_items created by current user” because the loading time is too slow. Instead i found that, doing operation on a list of things attached to current users, works like a charm.
*Link to app: https://storycofee.bubbleapps.io/version-test *
user: [email protected]
pass: 123
You can see below, on the list of cart_items, some records are missing the Order field.