
Dynamic Input
Pricing
Pay per usage
Go to Store

Dynamic Input
Actor for calling other Actors with dynamic input
0.0 (0)
Pricing
Pay per usage
5
Total users
7
Monthly users
4
Runs succeeded
74%
Last modified
a month 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:
{"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"}