hello,
due to security issues, I cannot screenshot anything (even with blocking information).
I have a sharepoint list - it has no required fields.
The corresponding app form is in formmode.new
There are about 15 cards and I have narrowed the issue down to 3.
The first card is a combobox with ["1", "2", "3"] as my choices - It is a choice column on my sp list
The second card is a people picker. The card works fine. I have it visible if "1" in combobox.Selected.Value and it works.
The third card is a date picker. Again, it works fine and the same visibility as above.
The second and third card has the same requirement: if("1" = combobox.selected.value, true, false)
This is where it does not work.
I set up the submit button to mode.edit when the form is valid and with 1 selected, and people/date picker empty, it shows it is invalid. i put stuff in and can submit. If I select 2 or 3, it does not show the people nor date picker, and it shows form is valid yet I cannot submit. I made the cards visible without condition, selected 2 or 3 and still had to fill out the cards in order to submit.
I have been at this for a while. I did have to do an onchange for the combobox that said Set(ResetNameControl, true), Set(ResetDateControl, true),... as it was saving the name and date when tester swapped 2 or 3 for 1.
Before doing that change, I still had the above problem.
Any help will be appreciated. Thanks.
network error when using patch function: the requested operation is invalid