I’m wondering how I can set up an API with 2 inputs - both lists - and create 1 thing for each combination.
More concrete:
inputA: list of Buildings
inputB: list of Apartments
What Bubble sorcery could I use to have an API create:
- Apartment 1 on Building 1
- Apartment 2 on Building 1
- … 3 on … 1
… and on and on…
n. … nn on Building nx
Just rubber ducky’ed this one:
Schedule API on a list, the list being the list of Buildings.
API: create apartments on building, parameters:
- Building (single)
- Apartments (list)
First step of this workflow: Schedule a workflow on a list, the list being the list of Apartments.
API-create apartment on building, parameters:
- Building (single)
- Apartment (single)
(note to self: this is probably basic programming knowledge, go learn the basics!)
system
Closed
3
This topic was automatically closed after 70 days. New replies are no longer allowed.