Hi there
I have a simple 'Next Page' that I only want to display only if all text input fields have data. So I think I have to use the If command.

If(ansOverallExp.Text = true; &&
ansApplyToRole.Text = true; &&
ansTechKNWL.Text = true;
Set(OverallExp, ansOverallExp.Text);
Set(ApplyToRole, ansApplyToRole.Text);
Set(TechKNWL, ansTechKNWL.Text);
Navigate('Screen2-PA-2')
Any help would be appreciated.
Thanks