Email trigger
text_body = parsed_email.get("text_body") ,
return {
"text_body": text_body,
} and I created a variable named text_body on the 'input' for receiving the text_body from preprocess, but when I sent an email to the flow, the flow wasn't triggered . May I get any help for the issue ?Thank you for any suggestion and help