Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
hello. i want my service to run only when all the input parameters are present or valid. i see this pop-up but not sure how to implement that into the script itself. please advise
Solved! Go to Solution.
@LP_10027711 : You can put a condition where you can check first whether the inputs are not null or undefined and then only proceed ahead with the service logic.
@LP_10027711 : You can put a condition where you can check first whether the inputs are not null or undefined and then only proceed ahead with the service logic.