Hi Guys,
I want to count all the items in a gallery which I have by using the following code
CountRows('Gallery1'.AllItems)
My gallery is dynamic so will change with the number of count rows.
Each line within my gallery has an input textbox.
What I want to do is that if there are a Count Row of 3 each input textbox within my gallery must have text.
Example 3 Rows, 3 textboxes must have text. 5 Rows, 5 textbox must have text.
Need an if statement something along the lines of:
If(CountRows('Gallery1'.AllItems) <> CountRows('Gallery1'.Inputtextbox),
do something,
else)
Is there any way to count the input textboxes to see if they are not blank.
Any help is greatly appreciated.
Thanks