Hi Community!
I have an excel table and a Sharepoint list. I want to update Sharepoint list if a column of excel show a particular value.
For example:
The excel table is like:
| Employee ID | Need to update Sharepoint list item | ... |
| 001 | Yes | ... |
| 002 | Yes | ... |
| 003 | No | ... |
The Sharepoint list is like:
| Employee ID | Column 1 | Column 2 | ... |
| 001 | Successful | Pending | ... |
| 002 | Successful | Pending | ... |
| 003 | | | ... |
If "Need to update Sharepoint list item" value of each record is equal to "Yes", update the correspondent employee id sharepoint list Column 1 to Successful, Column 2 to Pending. Since the trigger is recurrence (do at 10 am every workday), so need to check if the Sharepoint list items have updated before.
This is the flow I've created.
[Condition] is Employee ID in excel is equal to Employee ID in Sharepoint list.
[Condition 2] is Column 1 in Sharepoint list is equal to empty.
But I found that the [Condition] are always false in Condition, so the following actions skipped. How do I modify the current flow?

Condition:
