Skip to content

Instantly share code, notes, and snippets.

//input & output variables definition
let input_var = event.conversation.variables.YOUR_VARIABLE_HERE; //your input variable name
let output_var = "YOUR_VARIABLE_HERE"; //your output variable name
// Decimals to show
// 2 --> currency format
// 1 --> percentage format
const decimals_to_show = 2; //change this value
//---------------------------------------------------