Sharvil Popli
09/15/2022, 3:04 PMstart_date = Parameter("start_date", default="2022-09-11")
What I see on the UI after registering the flow is in the first attached image. start_date shows up as string. What I’d like to see by default is in the second image, I’d like start_date to show up as date type instead of as string with the date time picker functionality. How can I achieve this?Christopher Boyd
09/15/2022, 8:50 PMscheduled_start_time a datetime object representing the scheduled start time for the flow run; falls back to now for unscheduled runs
Sharvil Popli
09/16/2022, 12:06 AMstart_date = Parameter("start_date", default="2012-04-23T18:25:43.511Z")