Community Chat
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Generating a 6-digit random code in Workato

Hi everyone,I need to generate a random 6-digit code (OTP style) in a recipe.Is there a way to do this using a Workato formula?If not, what is the recommended/best practice way to implement it?Thanks in advance!

shaked by Deputy Chef I
  • 336 Views
  • 1 replies
  • 2 kudos

Easy way to remap all parameter name from Called function ?

 Fuction A call Function BFunction A already have the parameter name for Function B, initial parameter name in Function B is p_status. So Function A have the value of p_status. Later Funciton B change the name to p_status_YN. Is there an easy way to ...

andyFoo by Deputy Chef I
  • 213 Views
  • 0 replies
  • 0 kudos

Converting string into string

Hi,I wanted to convert SQL query results into single Slack message. I tried by using Python but, when I create list input. I cannot drag data pill into input field.E.g. I have list of ticket ids from query results and I want to list them one under th...

KP by Deputy Chef I
  • 435 Views
  • 1 replies
  • 3 kudos

Extracting NetSuite Reports

Hi Everyone, Is anyone tried extracting reports from NetSuite like income statement, balance sheet or cash flow statements etc.. ? if yes, could you please share the process ?

Can't find Foundations 1 exam

Hi,I have completed Foundations 1 course and I would like to take exam now. There is a problem that I can't get to the exam from the link that locates on the "Course completed page". There is a text: "Thank you for taking the time to complete this Wo...

hmt by Deputy Chef I
  • 636 Views
  • 1 replies
  • 1 kudos

Resolved! Transaction Mangement in a Recipe

I have the following use case:I am calling 5 different APIs to retrieve data from 5 different tables in a database. Once I receive the responses from all the tables, I need to push those records into 5 corresponding tables in a SQL Server database in...