Hi all,
The error message I'm encountering indicates that the "To" field in my Gmail node is receiving an invalid email address, specifically an empty string. This is because the expression {{ $json.message.content.sendTo }} is resolving to an empty value. I understand i need to ensure that the "sendTo" field in my input data contains a valid email address. but how do I make the "valid email address" the specific one I requested in my message to the agent? please help.