Hey Diya T.. The issue is that `output 1` is referencing the Send Email action's output, which just returns a confirmation ("Message received") β not the actual email content.
To get Lindy's actual response, you need to reference the output from whichever step *generated* the email body (the AI/agent step that drafted the reply), not the step that *sent* it.
So in your Lindy Response field, swap out `output 1` from the Gmail send action and replace it with the output variable from your agent step or AI prompt step that composed the response. That's where the actual email text lives.
If your flow goes: Trigger β Agent drafts reply β Send Email β Log to Airtable, you want the output from step 2 (the draft), not step 3 (the send).
Hope that helps!