I have the Yugioh API connected and working in Bubble:
API: https://db.ygoprodeck.com/api/v7/cardinfo.php
I can see the data in the API Connector, but I can’t figure out the workflow to create “Card” entries from the API response.
My Card data type has:
- card_name (Text)
- game (Text)
- price (Number)
- image_url (Text)
I need a workflow that:
- Calls the API
- Creates a Card for each item in the response
- Maps the fields (name → card_name, card_images[0].image_url → image_url, etc.)
I’ll pay $20 via PayPal to the first person who provides a working solution.