I am trying to create a flow in which once a contact that belongs to a specific account is changed, an email is sent. This is because we have a separate page which may need to be updated based on this account. I started with a question, "When a row is added, modified or deleted," and then set my variables. I then tried setting a condition which decided if the account matched the constant I had set for the account name. However, no matter the account I change the contact's details, it always comes back as false.
I think one of my problems is the "When a row is added, modified or deleted" table name. I have tried contacts, but then I can't pull any information from accounts and vice versa. Is there any way of having it pulled from both?
I feel like I will need to use List rows in order to access the accounts table as well as the contacts however, I am unsure of how to search for the account name which corresponds with the contact.
Here is the flow I have made so far: