This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
Hi @yash.verma
Can you please, tell more details about your payload and settings of Postman
The same payload , same url, returns correct response from Postman, but not at your rest post snap… Try with removing the JSON.stringify() function from the ...
Hello @munish
If else condition can be written in SQL execute snap with CASE statement. Example bellow:
Select EmployeeName,Salary
CASE
WHEN Salary > 70000 AND Salary < 100000 THEN ‘Senior’
WHEN Salary < 70000 THEN ‘Junior’
ELSE ‘Executive’
END as Po...
Hello @skodali
There isn’t a way to know execution time of the pipeline in real time, while pipeline still running. Because of that we can’t calculate exceeding the anticipated time, so we can send notification. But there is an option to stop pipelin...