API workflow - Share data between 2 bubble apps

Hello !

I’m actually trying to retrieve data from my main App into my subApp.

I created a backend workflow into my main app to display a list of data :

In my SubApp i use the plugin “Bubble app Connector” :

I set a repeating group to get my data but i get this error →

It tell me to set my call in method Get but in my main app my api worflow is already in GET method

anyone as an idea ?

I’m not an experienced API user, but i think GET is not a suitable method in your case, GET can only get param from URL.

I alway use POST method, sub app can call an API with some body param, main app use that param to search for what sub app need then Return data from API…

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