It's now easier to select elements containing dynamic text (e.g. user-chosen names) in your web app.
In the example below, we're trying to select the first row in the table, which contains a dynamic project name. Our flow should not depend on the exact name since it will be different for other users. Notice in the lower-left corner how Userflow, by default, picks the name of the project:
If instead, we click the Settings (cog) icon, check "Ignore element text" and point to the element again, then we get this:
Now Userflow discards the element's text and uses the best CSS selector it can find for it.
CONTENTS