@gvalero you could check this out. I came up with an idea to update inventory on multiple rows once an order is completed. I limited the max amount of unique items to 20 items, but the quantity for each item can be unlimited. It’s heavy on column usage to build all the relations to update each product. (I’m not a fan of my method, but I couldn’t think of another way to update multiple rows at once purely in glide.) With some of the newer features, it could maybe be trimmed down a bit. Maybe it could give you some ideas for managing inventory within glide.
3 Likes