Can bubble accomplish this?

Hello, just signed up and trying to build what I’m hoping is a simple app - I’m not a developer.

User inputs anywhere from 1-20 ASINs(amazon product identifier).

  1. User presses a button
  2. This kicks off identical processes for each of the ASINs.

Each individual process goes as follows

  1. A new table is created.
  2. An api is called bringing back anywhere from 0-1,000 associated ASINs. These are different variations of the same product (think size and color of the same shoe)
  3. Each new ASIN, including the original ASIN, are added to their own row in this table.
  4. 2-3 different api’s are called to fill in data points relative to each ASIN and fill in the columns. Some columns should be user editable.
  5. Some columns have basic math depending on the values of other columns and should dynamically adjust other cells in the row.
  6. This process is repeated for however many other asin’s the user submitted.

Can bubble accomplish this?

Definitely, you will be doing it via back end workflows. Using the schedule API on a list.

I can mentor you on setup If you’d like, shouldn’t take too long. Just shoot me a DM.

1 Like

Thank you Chris for your reply. I will poke around and reach out if I get stuck.