Hi @gsbrown, When a scheduled recipe is configured to run every hour, restarting the recipe does not reset the schedule timing. The recipe will continue following the existing scheduler interval based on the last scheduled execution time maintained i...
Hi @workatoworkato0,now the issue has been resolved and able to establish the connections successfully, please try it once. actually before there is a issue from workato side.Thanks,J Rajesh Kumar.
Hi @chandansharma10,Yes, first we need to create a login credentials for the Workato Go to login, for that you need to add your email in the End-User section in Workspace Admin, after that you will receive an email, by following that you need to crea...
Hi @Waldy,Will you please share the screenshot of your configuration?Actually, we need to pass likegrant_type : client_credentialsclient_id : ----client_secret : ---Thanks,J Rajesh Kumar.
Hi @shaked,I believe there is no way to generate a code with any FORMULA, we need to go with any scripting (Python, Ruby, JS). Please check the below output which i got from Python code.import random
def main(input):
otp = random.randint(100000, 9...