Dynamic Input
Pricing
Pay per usage
Go to Apify Store
Dynamic Input
Actor for calling other Actors with dynamic input
0.0 (0)
Pricing
Pay per usage
4
16
4
Last modified
6 months ago
Pricing
Pay per usage
Actor for calling other Actors with dynamic input
0.0 (0)
Pricing
Pay per usage
4
16
4
Last modified
6 months ago
inputstringRequired
JavaScript code to evaluate the Input (final Input should be provided in return statement)
targetIdstringOptional
Id of Actor or Task that will be run with evaluated Input (no other Run would be started)
secret0stringOptional
Secret that might be addressed from the Source Code (as INPUT.secret0 or SECRETS[0])
secret1stringOptional
Secret that might be addressed from the Source Code (as INPUT.secret1 or SECRETS[1])
secret2stringOptional
Secret that might be addressed from the Source Code (as INPUT.secret2 or SECRETS[2])
metamorphbooleanOptional
If checked, the current Run try to metamorph into target without creatin a new run (may disable some other options)
Default value of this property is false
timeoutintegerOptional
Timeout in seconds for the new started Run (doesn't work when metamorph is set to true)