I have been working in a flow that alert a user once a certain certification expires, to achieve this I'm using a SharePoint list that contains the dates data.
The idea was to create a counter column that autoupdates daily and a calculated column that calculates the expiration date of every cert and then compare both of them and determine the course of action if the condition is met.
The problem is that when I compare both columns using an If statement they don't return anything and the workflow just run without an error. Any idead of what might be happening? thanks in advance for the help.