Using Calender for attendenace

Hi Gurus,

I was trying to take an entry of day wise working hours for a list of users in a workflow.
Here need your help to understand how I can use calender in flow.

Any related information highly appreciated !!!’

Thanks,
Bhaskar

Hi, think of it as a data grid I would say, with the date as a key to where to plot the data on the calendar. But it is very similar to a data grid, so if you have a table with a date column, you should be able to play around with it.
This is an example of a booking app we are using to book parking spots:

Hi Ola,

Many thanks for the reply and I did it in my way.
I have below related questions

  • dayEntries - this able automatically gets created for calendar , this contains all variables we define in data grid or any inbuilt varables like SelectedDay
  • I didn’t find FocusDate variable ,how I can use to focus any entries which is coming as GREY color
  • A hidden field name as Date already comes in Calender , waht is teh usecase of this - any example will help

Thanks for your inputs.

Hi,
Under Appearance and Style, you see you you can color the dates on the calendar and the rows in the grid below.
The auto-created “date” is the key for each day to which you match your data set.