Hello,
I have two Lists A and B
List A have a column WorkingHours what Concatenate StartTime and FinishTime columns in format 10:00-18:00
I have also List B, that one have column ShiftName and it's list of different Start Times ShiftName is in same format as WorkingHours.
List B have additional Columns like D,B,N and Hours in each depend on Time person working that Columns are also present in List A
Now I want to Update List A columns D,B,N when WorkingHours or StartTime&"-"&FinishTime are equal ShiftName
Can I ask for Help with showing me how the condition and Update item should Look to achieve this Please.
Regards