Hey! You won't be able to pull data from a PDF file directly into Workato. Perhaps a third party software such as DocParser can help you here. I have pushed the PDF to DocParser and extract data from DocParser and used that in Workato.
If you want to get a 1 min interval, the workaround is to call 5 different callable recipes (Assuming concurrency is at 1). Main recipe calls 1st callable recipe asynchronously, waits 1 minutes and proceeds to call 2nd callable recipe asynchronously ...
Hi everyone, the minimum limit for scheduler is 5 minutes. Although you can bypass this limit by using Cron Expressions, the internal limit is still at 5 minutes. You may run into failures or get wonky results if you continue to run this.