This is the error message I am receiving.
Flow save failed with code 'InvalidTemplate' and message 'The template validation failed: 'The inputs of template action 'Send_an_email_(V2)' at line '1 and column '5253' cannot reference action 'Get_response_details'. Action 'Get_response_details' must either be in 'runAfter' path or within a scope action on the 'runAfter' path of action 'Send_an_email_(V2)', or be a Trigger.'.'
The first trigger for the flow is a Form Submission with following actions of Getting Response Details and Creating a Task. Second trigger of When a Task is Complete followed by Getting the Task Details, Getting File Content using Path and finally to Send Email with the file content included as an attachment. I have done similar flows before that worked great but the new element here is Getting the File Content to include in the email. After researching this I followed what worked for other by adding the variables, etc. What worked for others doesn't seem to be working for me. Or I am making a newbie mistake. I will include screenshots. Any help would be appreciated.