Hello,
I have 2 lists - List1 and List2.
In List1 I have columns - "Picklist" and "Delivery time"
In List2 I have columns "Picklist" and "Status". In List2, there are several records for the same Picklist with different Status, for example:
Picklist Status Date
X2101 10 13.1.2023 1:43
X2101 20 13.1.2023 1:58
X2101 40 13.1.2023 3:01
etc...
What I need to achieve: If in List2 Status = 40, get the date and time of creation of that item, search the Picklist in List1 and write the date and time to column "Delivery Time".
So if we will use the example above: If there exists record with Picklist = X2101 and Status = 40 in List2, search Picklist X2101 in List1 and write information "13.1.2023 3:01" into column "Delivery time"
Is this achievable in some easy way?