
Announcements
I have a manually triggered flow which is prompting users to input a date before running. The users have reported back that they need to be able to specify the time as well, but I don't see that as an input option. How can I prompt the user to input a full date and time instead of only the date?
Hi @eauerbach ,
Currently, manually trigger only supports date input. If the user needs to input time, you can consider adding a text input.
Then integrate the date and time to use.
Best Regards,