API results still loading

Hello all,

I need help using the API Amadeus.

Everything seems working except that in my repeating group the results are not showing (seems to be loading)

My workflow is this one :

My repeating group is like this :

The text inside is like this
Screenshot 2023-01-18 at 22.04.33

The repeating group is like this…
Screenshot 2023-01-18 at 22.05.28

I chose to use this API call as Action to be able to use it in the workflow when page is loaded. Do I need to use it as Data to display it in a repeating group?

Thanks

Hey @penisson.valentin

In that case you would need to add 2 steps on page load:

  1. Your Amadeus call to pull the data
  2. “Display list in RG” where you reference the list of results from the step above

Ambroise

1 Like

@ambroisedlg

Thanks a lot but not sure to understand.

Are you talking to have this two steps in the workflow? On the page load?
1 - Your amadeus call to pull the data → I need to have the results as action?
2 - Display list in RG, it means to set it up directly in the RG? So I need to put the results as data in the API connector?

Sorry but I’m a bit lost

@ambroisedlg it worked well! Thank you so much :slight_smile:

1 Like

No problem! Glad I could help