Usage of Single Input Prompt

I’m trying to figure out how to use prompts to ask user for input. I would like the user to input a date, that I’ll be able to use in further steps, however I’m stuck…
My workflow consists of two steps: a manual trigger in a context of a record and a single input prompt. Whenever I start the workflow from a record page, the prompt shows up, however only with a disabled text input field and a submit button.

Prompt configuration:
Type: Prompt user with a single output
variant: primary
message: Input a date
type: DateTime
I left owner, title, label, inputValue empty.

I was unable to find a documentation page explaining what each of the config options mean, so I had tu guess. My goal is to have a date picker prompt, if possible or at least a text field that I will be able to parse as DateTime.

This is what you’re probably looking for.

The types are based on this Form Input | Components | BootstrapVue

1 Like

Yes, thank you so much!