apify-library
apify-library copied to clipboard
How to call an action of a controller from another controller?
In controller C1 and action A1 I need result of action A2 from C2 controller.
I don't want to repeat code, so how to call that action?