isblank()
1 TopicIf text box is blank, show “Input Required” error, if txt box is not empty, make popup visible
Hello I have a text box where a user must enter a number (price). There are also popup object grouped together. When a user clicks the submit button, the text box should be controlled if there a value there that 1. is greater than a value in a SharePoint list column, and 2, if the column in the SharePoint list is blank, it should check that the value in the text box is greater than 0. If it meets this Criteria, the popup (which contains all the pop up objects) should be displayed (visible). I’m pretty new to this and I went through a few if statemetns and tried to incorporate the update context unfortunately without success. Thank you so much in advance for ur assistance