How to reference Chatgpt thread id after replying again

Imagine someone replies for the second time after getting an earlier answer. The idea is to keep track using ChatGPT thread IDs. The problem is you can’t reference a thread ID that hasn’t happened yet.

So, I thought of using a Google sheet to store those ChatGPT thread IDs. But no luck, i was unable to have the cells show up as items to use.
this is what i made:

here is the blueprint:
blueprint (1).json (253.9 KB)

output from ChatGPT (if you need a different output please let me know)

[
    {
        "id": "msg_GNst7yEChTU1tEIfEJGQR93v",
        "object": "thread.message",
        "created_at": "2024-01-14T13:25:40.000Z",
        "thread_id": "thread_6LZkvWpdqs6fyhQO00BYy6ws",
        "role": "assistant",
        "content": [
            {
                "type": "text",
                "text": {
                    "value": "bla bla",
                    "annotations": []
                }
            }
        ],
        "file_ids": [],
        "assistant_id": "asst_x9zshVxiseUDs8cFjFPGrrEV",
        "run_id": "run_g59OFCgIn0Xarmv08Ital10f",
        "metadata": {}
    }
]

btw I would love to upgrade my make tier, but I can’t pay with PayPal

1 Like

Welcome to the Make community!

1. Screenshots of module fields and filters

Please share screenshots of relevant module fields and filters in question? It would really help other community members to see what you’re looking at.

You can upload images here using the Upload icon in the text editor:
Screenshot_2023-10-07_111039

2. Scenario blueprint

Please export the scenario blueprint file to allow others to view the mappings and settings. At the bottom of the scenario editor, you can click on the three dots to find the Export Blueprint menu item.

Screenshot_2023-08-24_230826
(Note: Exporting your scenario will not include private information or keys to your connections)

Uploading it here will look like this:

blueprint.json (12.3 KB)

3. And most importantly, Output bundles

Please provide the output bundles of the modules by running the scenario, then click the white speech bubble on the top-right of each module and select “Download output bundles”.
Screenshot_2023-10-06_141025

A.

Save the bundle contents in your text editor as a bundle.txt file, and upload it here into this discussion thread.

Uploading it here will look like this:

bundle.txt (12.3 KB)

B.

If you are unable to upload files on this forum, alternatively you can paste the formatted output bundle in this manner:

  • Either add three backticks ``` before and after the code, like this:

    ```
    input/output bundle content goes here
    ```

  • Or use the format code button in the editor:
    Screenshot_2023-10-02_191027

Providing the output bundles will allow others to replicate what is going on in the scenario even if they do not use the external service.

Following these steps will allow others to assist you here. Thanks!

2 Likes

Hi @thijsk Did you find a solution to this? I find it frustrating that specifying a thread ID does not create a new thread automatically if it does not exist. Zapier handles this with ease

1 Like

Também preciso dessa função.

@thijsk se conseguir por favor nos avise?

Hey there @Elvis_Lion :wave:

I just wanted to let you know that I translated your question into English since that’s the official language of the community.

Translation: I also need this function. @thijsk, if you manage to, please let us know?

By keeping the content in one language, we give everybody the chance to step in and help you. Note: Please read our Code of conduct and get familiar with the rules and guidelines that apply here in our community. This way we keep the community organized and neat for everybody.

Thank you very much