Im creating an app with PowerApps, how can i insert a timeline based on specific data ?
And if i want to use graphics, which one if the better to show a timeline of a selected project ?
Thanks

Im creating an app with PowerApps, how can i insert a timeline based on specific data ?
And if i want to use graphics, which one if the better to show a timeline of a selected project ?
Thanks
Hi @Anonymous,
I am not sure how fancy you want to go but I created a simple timeline using a slider control to show progress from a start date to a deadline date. I put two datepicker controls on a screen and labeled one Start and the other Deadline. I put a slider on the screen and set its Min property to datepicker1.SelectedDate, the Default property to Today() and the Max to Datepicker2.SelectedDate. This is a really simple solution but maybe it will help you get started since nobody else had another suggestion.