When i am submitting a form the form is still showing up. Can someone please help.
Scenario:
1.National user submits a action test result form which will trigger a task to regional user.
2.In Regional user task . I am filtering the reports with unique alert id and getting the district id details and fetching it through my task form.
3.In Regional user task i added a addition doc(db-doc) and passing all the values details and filtered district_id in place_id.
4.Upon submitting the Regional user task a additional doc is created and district user task got triggered but the form is still showing up on UI.
What’s your definition of isFormArraySubmittedInWindow? Are you able to attach the code?
cht-nootils, which is accessible from the Utils object has isFormSubmittedInWindow (only works with a single form) that can be used to troubleshoot where your implementation my have an issue.
Note: you would need to add Utils to your globals section in .eslintrc
Hi @samuel , @derick the above issue got fixed when i passed both the actual form and the additional doc form in resolved if and updating the place id in regional and addition_doc forms