Hi there,
I have a list of multiple texts, returned from the OpenAI API which I temporarily store in a custom state list to feed through a repeating group. In the repeating group the user can then check a box of each text which I then add to another custom state list that stores the selected choices.
Now I want to save those choices in a field of a newly created datatype in my database. So: 1. Create a new “video” - - Hook=first item from the list. Repeat that process until the list is empty.
I have looked into API workflows but obviously can’t access my custom state list there. What is the right way to do this?
I hope this makes sense, thank you so much in advance!


