i am looking to create a scenario where i can post the last video from facebook, take title and description, use google gemini to rewrite the title and description and return this 2 result on youtube shorts. The problem i am facing that i take 2 result from facebook but gemini returns 1 result. Is there any way to have 2 different result in google gemini so i can add on youtube shorts 1 for title and 1 for description?
From your description, it seems like you would need to use an iterator. However, it’s not entirely clear. Are you able to send a screenshot of your scenario?
Thank your reply @L_Duperval here are the screenshot. the result returned from google gemini is 1 and i actually need 2 resut to be returned on youtube shorts, 1 for title 1 for description. Your help will be much appreciated
Return a structured JSON document using this format:
{
“title”: “Your Engaging Short Title Here (Max 100 Characters)”,
“description”: “A compelling description of your video.\n\nInclude relevant keywords and hashtags to improve discoverability.\n\n#shorts #yourtopic#relevanthashtag”
}
return ONLY the JSON without commenting or explaining.
I don’t ask one module to do both, I ask two modules to do one at a time. Furthermore, you can use either the description or the title in the second prompt, depending on which one you generate first.
If you updated your Gemini prompt, you should have a JSON string as output. I’m not sure which field contains the answer but that’s the one you should put as the JSON string.
BTW if you haven’t, I encourage you to take the courses in the Make Academy. It will help you understand what @vdwintelligence explained in his answer.
Here are some useful links and guides you can use to learn more on how to use the Make platform, apps, and app modules. I found these useful when I was learning Make, and hope they might benefit you too —