Hey, I have really bad workflow for getting the lowest pricing of items that uses way too many conditional statements and will be overwhelming the more vendors I add.
I have my database setup like this
DataField Graphics Card
Brand = Text
Image = Image
Name = Text
DataField “Vendor” Amazon I currently have 3 of these setup like this Newegg, Amazon & Bestbuy
Amazon Price = Number
Amazon Stock = Status
Amazon Url =Text
Data field Price
Amazon = Amazon
Newegg = Newegg
ItemID = Datafield of Item
Price = Number
StockStatus = Status
Typeofitem = optionset Graphics Card, Cpu etc.
Url = Text
I scrape the data and then import it via CSV. Here is the workflows I can also share my datahelp bubble project.
I use an absurd amount of conditionals there has to be a better way? I’ve also never been able to get the inverse to work to show a price when everything is out of stock.