Can anyone think how I can achieve this:
I have a vertical gallery with Office365Users filtered with ADDCOLUMNS called weekData comprising: (I had other columns originally so don’t really think ADDCOLUMNS is needed now):
CrewName.DisplayName = DisplayName
I then have a nested horizontal gallery with 7 columns for each day of the week and I set the VISIBLE property of a label in each day column based on some logic behind STARTDATE and ENDDATE. This works a treat and I can see the labels appear in each column based on a user’s start and end date.
Can anyone think how I can set a “blank” box in each space on the week grid which can be clicked on to add a new record? I can’t get a blank box to appear unless there is some data already existing for a user’s line. I’ve tried having a button next to each user’s name in the primary gallery which then creates a new collection with DEFAULTS but this only adds a VALUE column rather than all columns? This then means I can’t patch new fields back to the collection?
Many thanks!