Good afternoon all!
I'm trying to do something pretty simple, but failing 🙂 I need to add +1 to a TextInput value to a separate TextInput box.
My initial value:
It's formula is:
CountIf(ChangeControlBoardLog, 'Number'.Value=Dropdown1.SelectedText.Value)
I have another TextInput control next to that, in which I need to reference that number above and add +1 to it.
How can I achieve this? I've tried using Set and Sequence (maybe I'm just doing those wrong too?) Please let me know!
In the text property of inputText2 place Value(InputText1.Text) +1
Should do the trick