Hey
Just wondering how a JS and WF would work out if used on the same BPF stage.
I have fields in my BPF - A, B, and C.
1. B remains a hidden field by script.
2. When A is filled in, B will become visible and editable.This is also by script.
3. When B is filled in and the task complete, I want C to be marked off as complete.
I am using script to hide B initially, and ensure that it becomes visible when A is filled in. Now I want to ensure that when the task in B is complete, C would be marked off as complete . I was trying to do a workflow which would check if B is complete, so it can mark C off as complete.
But my workflow is not running like it should.. Is there anything I should change?