Dynamic Input avatar
Dynamic Input
Try for free

No credit card required

View all Actors
Dynamic Input

Dynamic Input

useful-tools/dynamic-input
Try for free

No credit card required

Actor for calling other Actors with dynamic input

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}
Developer
Maintained by Community
Actor metrics
  • 3 monthly users
  • 3 stars
  • 97.9% runs succeeded
  • Created in Sep 2023
  • Modified 3 months ago