Dear community,
I´ve built the following workflow which scrapes some data from a website:
Now there are a few issues and I hope someone could give me a hint how to achive what I want to do.
-
At the moment the output is an array ob objects in which the value of each key is an array. But it should be a simple string. How can I transform this?
-
I´d like to send the data to my Pocketbase installation with each item one entry/row. Because there is no integration for Pocketbase yet, I guess I have to do this via an HTTP request to the API of Pocketbase. Is this possible and what should I do for it?
Thanks for your help!