Dynamic Input avatar
Dynamic Input

Pricing

Pay per usage

Go to Store
Dynamic Input

Dynamic Input

Developed by

Useful tools

Useful tools

Maintained by Community

Actor for calling other Actors with dynamic input

0.0 (0)

Pricing

Pay per usage

5

Total users

7

Monthly users

3

Runs succeeded

94%

Last modified

17 days ago

Dynamic input

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

Example input:

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