Hi Sudheer,From my experience, I've never had to use a wait function together with Salesforce bulk actions.When I ran the job it would remain at that task (and in the background, I'm guessing it perform checks whether SF completed the work) and would...
Hi there,I think indeed CRON is not possible as you have to exclude too specific moments.The next best thing I could come up with, would be the following (trigger every x):In task 2, I created the variables as following:Day (string): now.strftime("%A...
Hi there,I don't know the max size of a function that gets the rest to be truncated.But in order to work around that and have full transparency whenever you encounter this:add a "Logger by Workato" step below to itset the "message" field to formula m...
I don't think what you're looking for is currently possible directly on a lookup table action (not via formula approach to lookup tables).Plenty of other options though:'Get all entries' from the lookup tableuse the 'where' formula on that list to ke...