I have a form where a user will need to input a set of answers and after the answers have been verified, that user should not see another question (or probably hidden from their view) afterwards. Screenshot as attached:
Thank you I have tried setting this in the Show? section and it works upon submitting the form. However, I would like it to be able to hide the next part of the questions if the user selects âRECTIFIEDâ during filling the form part (before the user hits the submits the form). Does Appsheet supports this function?
Oh I would like to add another question here. I have tried applying 2 expressions in the SHOW setting so that I can hide Status 2 and Date 3 when Status 1 is RECTIFIED. However, when I set the expression as [Status 2] <> âRECTIFIEDâ, [Status 1] <> âRECTIFIEDâ in the SHOW setting in Date 3, it still showed Date 3 when I put Status 1 as RECTIFIED. Can we combine 2 expressions?