Skip to content

How do I check the field for fullness of text? (if the field is empty, reset the loop to the beginning) #1376

Answered by Delusionnnn
DEVAvia asked this question in Q&A
Discussion options

You must be logged in to vote

Conditions block will be your friend here. You can mess around with different ones here but mostly "Element Text" Equals or Not Equals Value.

So for example if the text field shows up blank and you want to wait for it to load a value before continuing or have it do some other task then it would look like this: (Element Text and then select your element or if your block requires a Forms > Get Form Value to grab the text then set it up with the variable instead)

Sometimes you need to put in a space, it just depends on what the text area has as a default. Just gotta play around with it.

This is what it looks like if you need to use the Forms > Get Form Value to grab the text


Hope this hel…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by DEVAvia
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants