Dynamic Input avatar
Dynamic Input

Pricing

Pay per usage

Go to Apify Store
Dynamic Input

Dynamic Input

Actor for calling other Actors with dynamic input

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Useful tools

Useful tools

Maintained by Community

Actor stats

4

Bookmarked

20

Total users

2

Monthly active users

7 months ago

Last modified

Share

Dynamic input

Dynamic input is an actor that is capable to run another Actor with an input that was evaluated during runtime

Example input:

{
"input": "const waitTime = Math.ceil(5 + Math.random() * 10);\n\nreturn {\n minWaitTime: waitTime,\n maxWaitTime: waitTime + 2_000\n}",
"targetId": "useful-tools/wait-and-finish"
}