Very complicated but possible… First, let me know what the workflow is… maybe there is an easier way to do it…
How do you enter dates in sheet 2? is sheet 1 fixed or variables? also, will multiple relations be allowed or only single ones?
Also… should it be filtered by user name, or will all data be considered?
Question 1 : user will not add the date . the date is set by SET COLUMN from the other sheet. Example : SHEET 3.
Question 2 : Updated continuously is can edit or not right ? Basically can update before the status Approved. Sheet 1 is something like leave form. Start date for leave and end date for leave . There’s additional column that we need to consider which is status. the data from Sheet 1 is static once the Status approved. cannot be changed anymore.
Question 3 : We make it unable if “Relation” is not empty . So it must one-to-one relation
Question 4 : Basically also based on the status but I believe this name-status can make it.
yes, that is why you need to set that date there… so you can compare it to these two dates… later copy the result to a new row…
or you can use a single value column to copy date there from sheet 2
no… all action is done in sheet 1… result will be copied to sheet 2…
You need to have temporary USC columns for User Name and Date… so you can run if-else columns.
Use custom action…
step 1 sets the user name and date to the first row in sheet 1…
step 2 add a new row with the result from sheet 1 (row id, date, and user name) in sheet 2
But the date you mention in Step 1 is any date or must be the date that i need to copy in Sheet 2? I mean what date to put?
Because basically Sheet 1 and Sheet 2 is different form.
may I ask what you are doing? I think I did a similar system for one of my customers
are you doing leaves to calculate salaries? and checking if leaves are in their working schedule?
I am making the Timesheet for technician/servicer. let say they have apply the leave and approved (In sheet 1), they cannot add the timesheet (in sheet 2) or we added for them but unable for them to enter details. thats why i need them to relate each other.
yes… when they choose the date for the timesheet… set that date in sheet 1, so you will know if the date is valid… then you will create a record… so you don’t need to create relations…
unless you want to keep invalid timesheet records?