Hello,
I am attempting to run a flow and it is failing. The flow is for document changes and risk assessment. The flow is: When an item is created> Send an email > Update item switch case (based on email response) > Send an email.
The flow runs fine if the first condition in the switch case is satisfied. If 2, 3, or 4 are selected, I get the following error in the next send email step:

InvalidTemplate. Unable to process template language expressions in action 'Send_email_with_options_2' inputs at line '1' and column '2562': 'The template language expression 'body('Update_item')['Title']' cannot be evaluated because property 'Title' cannot be selected. Please see https://aka.ms/logicexpressions for usage details.'
Any help is appreciated.