Hello,
I have a form where people has the option to either lookup a user using a combobox (retrieves data from SharePoint Person) or type the name in a textbox if the combobox cannot find the user.
I have set the property of the form to require all fields in order to submit. However, such would not be the case for the current scenario. I am trying to patch and then submit with a condition where either combobox1 or textbox1 will have a value.
However, I am still kind of pretty new and so my formula is not working. What would be the best scenario to submit under such circumstances?