This is probably user error, but how would I get this function with custom code to actually work? I'm trying to take a string input and convert it to a number with a currency conversion, and display it on my page. But the output is returning null...
the function in your formula will receive two input arguments "args", and "ctx". args is an object with all the input arguments so to get an input argument named input you would need to use args.input