I really cant find how to automate this using power
- I have an excel file which contains a lot of rows
- The table has columns at row 1 filtered
- There are two columns C and D - i am interested if they are either "X" OR "Y"
- I need to get a notification if there are any modifications on the rows for the above criteria alone. All others should be ignored and no notification
- I also should get a notification if there is a new row with criteria mentioned in point 3.
CodePudding user response:
Excel and PowerAutomate are not what you are looking for. This either requires a proper database, or something like a VBA macro to run your logics on every action.