cancel
Showing results for 
Search instead for 
Did you mean: 

Date Picker Flow function does not show anything when triggered

cwitschel
Explorer

My dear fellow nocoders,

I have create an app where the user can select a date to display some data respective to that date.

To do so there is a button which triggers the Pick Date flow function freshly installed from the market place.

I have set min to 2023-01-01 and max to 2024-01-01.

I connected a toast to Component tap box and one to each of the Pick Date outputs.

Unfortunately only the toast from the Component tap is displayed. No calendar modal and none of the output toasts is comming up.

What can I do to fix this?

agpekka
Advisor
Advisor
0 Kudos

Hello Christian,

I tested that as well and noticed that I could not get that working either.
I'll make a bug ticket about this. In the meanwhile you could install and use Date Field from the Marketplace.

Best regards,

Pekka

View Entire Topic
Dan_Wroblewski
Developer Advocate
Developer Advocate
0 Kudos

You can use the Date Field component to pop up a date selector.

If you look inside that component, you can see that if the app is running on device, they use the Date Pick (which works for me) to show the native Date Picker. If on the web, they create a new web picker UI and show that. So I imagine it is already know that the Pick Date flow function does not work on mobile.