TypeError with ChatGPT create_embeddings Pipedream app: Issue with input.entries function?

This topic was automatically generated from Slack. You can find the original thread here.

Having issues with the ChatGPT create_embeddings pipedream app.

Error I am getting: TypeError
this.input.entries is not a function or its return value is not iterable
DETAILS

    at Object.run (file:///tmp/__pdg__/dist/code/ed5ee07101341e3f9d18a81e5c2529e95f0f5e0d988357a0941112c34514efb6/code/actions/create-embeddings/create-embeddings.mjs:31:21)
    at global.executeComponent (/var/task/launch_worker.js:225:53)
    at MessagePort.messageHandler (/var/task/launch_worker.js:722:28)

Here is a loom: Loom | Free Screen & Video Recording Software | Loom

Hi , would you mind to make your Input as an array? For example {{ ["testing 123"] }}

I will definitely do that. Thank you

That worked my friend! Thank you. Here is what I am trying to do specifically: