Calendar Function Add Row

Hi!

I’d like to add a button to a table that creates a new row and automatically populates the columns “Start Date” and “End Date” with the Monday and the Sunday after the last row in said table.

f.e. I have row ‘15’ (just to say a number) with “Start Date” 16th of August 2021 and “End Date” 22nd of August 2021.
So, when I click said button it triggers a function that automatically adds row ‘16’ with values “Start Date” 23rd of August 2021 and “End Date” 29th of August 2021.

Can someone help me?

Hi @Miguel_Gomez_Limmert,

have a look at this:

I hope it helps as a starting point.

Cheers!

4 Likes

It does, thanks a lot!

1 Like