質問するログイン新規登録
ChatGPT

ChatGPTは、OpenAI社の提供するインタラクティブなテキストコミュニケーションを行うことができるAIサービスまたは、そのアルゴリズムのモデル名です。

Q&A

0回答

84閲覧

ZapierとChat GPTの連携について

nebillongbottom

総合スコア0

ChatGPT

ChatGPTは、OpenAI社の提供するインタラクティブなテキストコミュニケーションを行うことができるAIサービスまたは、そのアルゴリズムのモデル名です。

0グッド

0クリップ

投稿2025/07/10 08:45

0

0

実現したいこと

★YouTubeであるチャンネルの動画が新しくアップロードされた際に
スプレッドシートに動画の情報を自動追記したい

★使用ツール
• Zapier(無料プラン)
• RSSフィード取得(YouTubeチャンネルRSS)
• ChatGPT by Zapier(Zapier公式連携)
• Google Sheets(Zapier連携)

★構成

  • RSS by Zapier(YouTubeチャンネルのRSSを取得)
  • ChatGPT by Zapier(RSSから取得したタイトル・説明をもとに出演者を抽出)
  • Google Sheets(出演者を記録)

発生している問題・分からないこと

★問題点

  • ChatGPTステップで NoneType エラーが出ます
  • 実際にはRSSステップで title/description は取れているのに、ChatGPT側ではプレースホルダーが空になるようです
    イメージ説明

★ステップ
1.RSS RSS by Zapierで情報を取得
•Trigger Event:New Item in Feed

2.ChatGPTで出演者を抽出(ここでエラーが出る)
•App:ChatGPT by Zapier
•Event:Conversation
•Account:ChatGPT Plusのアカウントと接続済み
・messageは以下で入力(プレースホルダーは空でないことを確認済み)

以下はYouTube動画のタイトルと説明文です。
この動画に出演している人物の名前を箇条書きでリストアップしてください。

【タイトル】:{{Title}}
【説明】:{{Description}}

・Model:gpt-4

エラーメッセージ

error

1Failed to create a conversation in ChatGPT (OpenAI) 2Unable to process request from OpenAI 3 4What this error means: 5The error indicates that the input data for the ChatGPT step is not being populated correctly from the previous step. Specifically, the placeholder {{308147015__title}} is not receiving a value, which leads to a failure when trying to create a conversation. This typically happens when the previous step does not output the expected data or if there is a mapping issue. 6 7How to fix it: 8 9Check Previous Step Output: Ensure that the previous step (RSSCLIAPI) is successfully outputting the expected data. Verify that the title field is present and correctly formatted. 10Verify Mapping: In the ChatGPT step, confirm that the mapping for user_message is correctly set to pull the title from the previous step. It should match the output structure. 11Test Previous Step: Run a test on the previous step to see if it returns the expected data. If it does not, troubleshoot that step first. 12Use Static Data for Testing: Temporarily replace the dynamic input ({{308147015__title}}) with static text to see if the ChatGPT step works without errors. This can help isolate the issue. 13Check for Errors in Previous Steps: Look for any errors or warnings in the previous step that might indicate why the data is not being passed correctly.

該当のソースコード

特になし

試したこと・調べたこと

  • teratailやGoogle等で検索した
  • ソースコードを自分なりに変更した
  • 知人に聞いた
  • その他
上記の詳細・結果

Chat GPTで壁打ちをしましたが、解決はできませんでした。
-Zap全体の再作成 プレースホルダーの削除

補足

特になし

気になる質問をクリップする

クリップした質問は、後からいつでもMYページで確認できます。

またクリップした質問に回答があった際、通知やメールを受け取ることができます。

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

guest

あなたの回答

tips

太字

斜体

打ち消し線

見出し

引用テキストの挿入

コードの挿入

リンクの挿入

リストの挿入

番号リストの挿入

表の挿入

水平線の挿入

プレビュー

まだ回答がついていません

会員登録して回答してみよう

アカウントをお持ちの方は

15分調べてもわからないことは
teratailで質問しよう!

ただいまの回答率
85.30%

質問をまとめることで
思考を整理して素早く解決

テンプレート機能で
簡単に質問をまとめる

質問する

関連した質問