Hi, I am struggling to turn a comma separated data, which I receive using Open-AI API, to multiple things in the DB.
I am using open-ai to go through url and get three keywords:for example: fintech, economy, employee
I want to create a new thing, of type TOPIC, from each one.
I have tried so many things but can’t make it.
I did manage to split by: and get three different output. But this when I don’t create a new thing, just display this data in a group. See below.
I was trying to create a recurrent too, in the backend, but didn’t figure it out. I didn’t know what to add in the workflow as the thing name text field. Nothing was working.
I was also trying a simple workflow to create a thing, but I can’t find a way to create multiple things at once.