@florianherzog Next hickup, again an issue with data type conversion (quite a headache in bubble to be honest).

I receive a JSON code response from GPT, which would normally be instantly usable in Bubble.io workflow as custom state for RG. However, the GPT response is nested and hence this entire piece of JSON is considered a text again by bubble, rather than a list of texts that is usable for populating RGs.

JSON would be something like

Any idea if there’s some dynamic input action I can use in the workflow to convert it from text to list of texts, to be able to load this correctly in a RG?
I tried delimit by , and { but obviously that wont work as I then still cannot access the fields name, price etc individually.

This would be my incorrect table in that case:

almost there, thanks!!