Hello!
I have a data type that has a lot of different data that has been imported, including a field with a list of texts. I am trying to sort this data, and I want to put each of these texts in the list into another data type with only one field, which is a text.
So ‘Data_type_1’ has a field ‘list_of_texts’, and ‘Data_type_2’ has one field, ‘text’. Each element in ‘list_of_texts’ should create a ‘Data_type_2’ with ‘text’ = ‘list_of_texts’ item #i.
However, I can’t see how to do it using an API workflow, as Bubble only let’s me create a ‘Data_type_2’ with either the entire list, or the first or last item as ‘text’.
Can anyone help me out?