Hello
I need to use Make’s variable mapping feature to automate, yet I do not know how as I am beginner.
Here is what I want to do.
I have some transcribed file in txt format. (just texts in txt file)
I want to upload them on my Dropbox, Google Drive, etc.
When there is a new upload, I want Make to do this following
- Watch the file that’s uploaded
- Send it to OpenAI where ChatGPT will analyze the texts and organize notes for me
- OutPut organized Notes on Notion
I am stuck on the 2nd part.
Where I need to use Make’s variable mapping feature to map the transcribed content from my trigger (i.e. the file in .txt I uploaded). I need to replace {{content}} on text content field in OpenAI Chat Completion on Make. (Watch this photo attached)
What do I need to ‘drag & drop’ to replace that ‘{{content}}’ so that it dynamically reference the text extracted from that trigger?
Also, another quick question, do I need to enable that toggle button on Message 2, Role field?
Thank you in advance.