Hi guys,
I have two applications which I have successfully managed to connect via the ‘Bubble App Connector’ plugin. App 1 connects to App 2 by sending data and an action, however, my issue is how the data read in App 2 (from App 1) can be sent to another page within App 2. The only way I am able to send data to another page is if the data has a datatype in App 2. This is the part that is failing me, although I have initiated a workflow in App 1 using an API endpoint that creates a ‘thing’ and then uses the ‘Call’ action in the Bubble App Connector to retreive it, I need help on how to actually add App 1’s datatype in App 2 . (See below)
-
You can see that I am trying to send data from the Bubble App Connector Api to another page
-
You can see that I need to set the contents of the page I want to receive the data to that data’s ‘thing’ or in other words, App 1’s datatype.