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.
Hello @Sahil,
You need to write the next expression:
in the first route: ($Z7_COND.IDOC.MES == ‘ED’ || $Z7_COND.IDOC.MES == ‘PD’)
&& ($Z7_COND.IDOC.REC == ‘34’ || $Z7_COND.IDOC.REC == ‘PD’)
in the second route write true and check the first match:
...
@mtran21
As @Spiro_Taleski mentioned about using Triggered tasks above, I expanded the example using triggered task and tested via Postman.
Here’s the pipeline
SL_Community_TriggeredTask_2021_01_29.slp (12.5 KB)
I hope this will help you. You can try...
Hello @mtran21
Here’s a simple pipeline for GET call:
I’m using the following Service URL to GET weather info in this case for London:
As you can see, you need to provide your APPID, you will have that after successful registration on the OpenWeath...