I am trying the following in a Google Sheet which produces an error because although function_2() correctly returns an object when I test it in the editor (or when I set it to return JSON.stringify and call it in the spreadsheet directly which displays correct JSON), that object is somehow converted to an empty string when it should be passed to function_1() as a parameter:
=function_1(B2,B3,function_2(A1,A2))
Any ideas?