Hello,
I have a optional section, in this section I have five fields when the form is submitted I making entry in task list. Now I want to hide the optional section from the form if the current task entry get entered in the task list. If the task is deleted from the task list then the task task data should be show on the form. I am trying to achieve this by taking a new field on the form where I want to get the task list ID. I want to split the task list ID on the form and show and hide the task list item according to the above logic. How I can achieve this task?