
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
8
Monthly users
5
Runs succeeded
77%
Issues response
14 days
Last modified
2 months 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"}