Handling Function Calls with Interdependent Outputs
Handling Function Calls with Interdependent Outputs
At a glance
The community member's post asks how to handle a situation where one function depends on the output of another function. A comment from another community member suggests that the solution would be to make two separate function calls.