Hi,Wondering if anyone has an idea, on how I could accomplish itWe have a whole lengthy application process, and often agents will forget to enter information in some key fields.At the end of the process, I created a page with ‘Missing information’. Basically input all the fields that I want to remind them about, and on each I have a condition to show the fields if =NullThat works fine. The problem is the moment they start typing in one of those fields, because of condition (no longer null) it disappears before we have the chance to completely finishing typing.Those fields depending on situation , may or may not need to have info, so making them mandatory is not a solution for me. As well for them to go back in the beginning of the process, is not very efficient.Would there be some way I can delay that condition until I finished typing in field?Or some other way i accomplish my goal?Thank you