Hi All,
hope all is well.
Currently I am working on an attendance tracker model, which will be used as a data table. The users will have predefined values on TableA for the whole year, which means that based on those everyone works every day during the whole year (which we know that isn't the case), so users need to submit an absence request via a WebForm and report it accordingly, I hoped that with a WebForm values on an existing table can be overwritten, but it's not the case (or at least I didn't dig maybe enough deep), so these submitted forms are tracked on TableB.
Now the issue is/are:
- in the form I have start & end date, but I would need to extract all the days between the two dates, most likely sth. like that: https://community.smartsheet.com/discussion/71001/return-work-dates-between-start-date-and-end-date will work - any experience with this particular piece?
- is there another way, how this change could happen on TableA automatically? Like with an IF formula?
I would like to reduce the steps for the users, but as well as for us, as admins & in case the content on TableB could overwrite the predefined values on TableA that would be really helpful.
Thanks for any hints & thoughts - Viktor