Posted 3 November 2021, 2:02 pm EST
Hi!! Is it possible to define an async function with a variable amount of arguments? Currently we have a custom formula that needs to receive some filters, which can be variable and with different names. So we are using one of the arguments to send this data like:
=DATA("123", "456", "{ 'filter1'; 'bla', 'filter2': 'some value' }")
And then we parse this object. But this is not very user friendly. Is the are better approach to handle this?
Thanks.
Regards.
