---
title: "Flow Failure Reason - Element could not be found because some of the original properties of the element captured while creating the content have changed"
slug: "flow-failure-reason-element-could-not-be-found"
updated: 2024-11-05T05:20:30Z
published: 2024-11-05T05:20:30Z
canonical: "support.whatfix.com/flow-failure-reason-element-could-not-be-found"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://support.whatfix.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Flow Failure Reason - Element could not be found

## Issue
Flow has failed because 'Element could not be found because some of the original properties of the element captured while creating the content have changed.'


## Probable Causes
Following are some potential cases where a Flow might fail because 'Element could not be found because some of the original properties of the element captured while creating the content have changed.'

* Whatfix was unable to detect the element on which the Flow step was created. 
* The application UI over which the step was created may not be the same as the one over which the Flow is played.
* The configured CSS Selectors don't point to the correct element or are unable to identify the element. For more information, see [How to find the CSS Selector of an element using Whatfix Studio?](/studio/docs/how-to-find-the-css-selector-of-an-element-using-whatfix-editor){target="_blank"}
* If the Flow was created a long time ago, the properties of element structure may have changed. Re-selecting the failed steps ensures that the Flow doesn't fail. For more information, see [Reselect Elements to manage UI changes](/studio/docs/reselecting-elements-to-manage-ui-changes){target="_blank"}.

## Suggested Solutions

* Verify and/or reselect the element on which the Flow is breaking. 
* In case of a discrepancy, re-select the element or verify the CSS selectors on which the step is failing. For more information, see [Reselect Elements to manage UI changes](/studio/docs/reselecting-elements-to-manage-ui-changes){target="_blank"}.

<section class="internal-notes" data-permitted-all-team-members="false" data-permitted-reader-groups="09a62ffb-e327-4e94-af93-e8f94ad27f84" data-permitted-security-groups="">
    <div class="title fr-deletable"> Debug: </div>
    <div class="content fr-inner">  
        
Finding out an element's CSS selector requires using your browser's **Developer Tools**. For more information, click the following accordion:

<div class="accordion">
<div class="accordion-toggle"> Identify an element's CSS selector </div>
<div class="accordion-content">

{{snippet.identify_css_selector}}
    
</div>
    </div>
    </div>
</section>

:::(Warning) (your title goes here)
If the issue persists, contact [support@whatfix.com](mailto:support@whatfix.com?subject=Flow%20failure%20due%20to%20element%20missing&body=Hi%20Team%2C%0AI%20am%20getting%20a%20Flow%20failure%20error.%20Kindly%20help.%0A%0ARegards%2C){target=`_blank`}.
:::

## Related

- [Can Whatfix capture the CSS selector of an element?](/how-to-find-the-css-selector-of-an-element-using-whatfix-editor.md)
