I have the following query
const myFunction = () => {
return "returning from myFunction";
};
return myFunction;
Is anyway to call this query from another query and still get the returning data of myFunction?
I have tried to trigger it in a normal way but I get the following error.
failed {"name":"QueryRunError","errorData":"Could not clone result","trigger":"NATURAL_FAILURE","displayOptions":{"hideToast":false}}