Getting info from a backend API

Hi, I am trying to find a way to recover the data from a BACKEND API.

I mean, in the backend, I am creating tickets with Unique Id’s and I would like after their creation to recover those unique IDs in my frontend.

How could I proceed to get that information ?

Thanks

Hmm :thinking: I think there are many ways to do that. Probably more than just these options too.

  1. The easiest would be to send it data and attach it to that data record when it has completed.

  2. Another option would be to use the API connector to connect to your own app which will return the data when it has completed.

  3. I also see people using the Bubble App connector to connect to their own app and return data as well.

At least there are some options for you to explore. Does that help? :man_shrugging: :blush:

Can you clarify for me the 1st option. I feel like the backend API could store something in a database and then, front end, I could recall it.

But how

Basically my big issue is that I need and image (qr code) to be loaded in a repeating group before starting a “convert this page to pdf” event.

My only problem is that I have no way of making the “image being done with loading” as a trigger. So sometimes, the “convert this page to pdf” starts before the end of the loading.

Here is an image of my layout. The QR Code would be in the right white spot next to Parent’s group party.

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