Hello,
I'm using a Microsoft Form with Power Automate to update a material tracking excel sheet. It's currently structured this way:
1) When a new response is submitted
2) Get response details
3) Condition: "Move Material To" is equal to "Removal from Freezer"
4) If yes: Add a row into table recording the current time
5) If no (for when material is returned to freezer): Update a row based on the Material ID
Material ID |
Time Out |
Time In |
abc |
12/3/2024 12:14:00 PM |
12/3/2024 12:45:00 PM |
abc |
12/3/2024 13:30:00 PM |
|
When return to freezer option is run it overwrites the "Time In" any previous rows for that material ID. I really need it to only update the row if the material ID matches AND the "Time In" column is blank. I've tried multiple approaches (AND conditions, list rows present in table with filter query), but none of them have worked so far.
Thank you!!