Hi All,
I created form task in long running process, which contains a dropdown list, based on the dropdown value, I need to enable some of the fields inside the same form, How to enhance the field logic for dropdown list ? how I can use selected value while write the logic in form ?
I referred this link for write logics, any sample workflow or demo code for solve this ?
thanks in advance
I have followed same steps mentioned in the video, but I can see after selecting value from the dropdown with JavaScript code, the do block is getting executed 4 times.
How to avoid multiple execution of do block.