Create multiple things from list of things

I’m struggling with creating multiple things form list of things. I know I have to use backend API.

In Custom State dealers-import I have list of Dealers selected from Repeating Group with data from external API and I want to create Dealers objects in Bubble
Screenshot 2024-02-13 at 17.37.29

I’ve created internal backend API:

The problem is created objects have all parameters, I don’t know how to separate them

API Trigger:

Do you know what I’m doing wrong?

Your external API should be an accessible data type that you can use as a backend workflow parameter (the same data type as your repeating group). Schedule API workflow on list of Repeating Group’s List of X.

@georgecollier
My local data type is Dealer Local, external API is Dealer.



That’s my backend flow settings.

And Backend API has DelalerLocal type available:

Your external API should be an accessible data type that you can use as a backend workflow parameter (the same data type as your repeating group).

So the repeating group type is Dealer, the same as Custom State that stores that list:
Screenshot 2024-02-13 at 21.56.25

This topic was automatically closed after 70 days. New replies are no longer allowed.