Hello,
I would need help. If I enter text into TextInput, which will be the letter E at the 30th position, then the image on page 1 will be displayed
I have this on my scanner app..
If(Mid(Last(Self.Barcodes).Value; 30; 1) = "E";Navigate(Screen3)
I need the same for text input
Thanks