Hi,
Currently struggling a lot to get this working:
I have a workflow where (after user clicks a button on frontend), an API call is made. The response is a nested JSON with hotel data, with below structure, but then for each hotel available. So note the screenshot shows only 1 hotel, but there can be multiple.
I want to store the Hotel Name & Price (both parameters are available in the JSON) in a custom state, so this can be displayed to the user in a Repeating Group. Though, I am unable to get one single hotel and one single price per row in the app data table, it always ends up everything as a list in the same row, comma separated. So e.g.
[column 1] ----------------------------- [column 2]
[Hotel A, Hotel B, Hotel C] --------[Price A, Price B, Price C]
There is no action in the workflow where I can select dynamic data âCurrent itemâ, it will always show âEach itemâ, resulting in this becoming lists.
Can anyone help out how to deal with this the easiest way in Bubble? It seems a bit overcomplicated.