08-02-2022 06:51 PM
Total Newbie here building a very simple test recipie to discover how to access data delivered via a Workday Custom report URL. I'm able to retrieve the data stream in Workato and have done so as a JSON file which shows nicely in the output tab of the retreival step. I'm not successful in attempting to select certain records via an IF statement however. Probably because I can't even read each record. If anyone could offer a hint it would be most appreciated. Below is a screenshot of the logic. The IF statement is never satisfied so the logic goes directly via the "NO" path to the stop action.
Actually any pointer toward documentation which deals with Workday integrations would be appreciated.
Solved! Go to Solution.
08-02-2022 08:03 PM
Hi Jerry, looking at your recipe I think you want to use the output of the loop (step 3) in the If condition. What you have at the moment will always check the first row in the returned results from step 2.
I hope this helps.
08-02-2022 07:15 PM
Hi Jerry let's talk about in dm
08-02-2022 07:34 PM
OK, here, Thanks BTW!
08-02-2022 08:03 PM
Hi Jerry, looking at your recipe I think you want to use the output of the loop (step 3) in the If condition. What you have at the moment will always check the first row in the returned results from step 2.
I hope this helps.
08-02-2022 09:42 PM
Thanks for the ideas. I found the answer and now it works. Yay!
Your help much appreciated.