Is it possible to set the default value of a Param...
# ask-community
t
Is it possible to set the default value of a Parameter to be a lambda instead of a value? I want to re-create something like the flow names generated by the cloud ui.
d
HI @Trevor Kramer! I tend to create a task that accepts a static Parameter and passes it along if provided, but otherwise returns a dynamic value. Can you tell me a bit more about what you’re trying to achieve?
z
& to clarify, it's not possible to set the default value dynamically the same way you set a static value because the value must be serializable for display in the UI.