Repeating group + API call (GET)

Hello !

My problem doesn’t seem complicated but I can’t find the solution…

I have a repeating group in which I display data that comes directly from an API (GET).

The data that comes from this API looks like this: id1, id2, id3, etc.

I can display the first element of this data (id1, via “first item”), but it’s displayed everywhere… even though I want id1 to be at the top left, id2 at the top right, and so on.

I guess I’ll have to play with the “split” function?
Because all this data is separated by a comma “,”.
Unless you know how to display the data starting from the first element (id1), with the others to follow ?

My only condition is not to use the database or workflow backend.

Matthieu

Oh, i have found by testing a lot of things lol

It’s :

image

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