I’m running into cases a lot recently where I need to do a ton of internal text manipulations --- extractions from arrays, text transforms/substrings, etc., but then have to completely re-extract that text out of my variable functions/formulas to pass it through the Transform to JSON module, and then re-cast it to a different variable/module after that. As far as I can tell, the Transform to JSON module looks and acts almost the same as a text function --- you’re passing a single parameter to the function that lives behind the module and consuming its output.