Hello, I am setting up a workflow starting with watch emails where the body of the email has JSON text. Then I am trying to input the body of the email (shich is JSON text) into a prompt to send to Gemini that will then complete a task and then return JSON that I can parse out in the following step. The gemini response tells me that it is not recognizing the dynamic input that I am giving it to use. This one just made something up completely and the previous time it was returning the example that I gave it in the prompt instead of the dynamic input from the previous step’s output. can you please help? I am new to Make and trying to figure it out.