In my Sharepoint I've a calculated field, that cold be empty, and could be having a value, based on the AgreedIncidents we have in the agreement with the customer, if the AgreedIncidents is open aka unlimitted then we ended up having the balance incidents as null or empty whatever the UsedIncidents are.
In my power automate flow, i want to check if the SLA is valid or no, it could be a valid one if 2 conditions achieved:
- SLA is live, i.e. expiration date not yet came
- Number of used incidents is equal to the agreed ones, if the agreed ones is defined, it is easy to calculate the BalanceIncidents, but if the Agreed Incidents is
openwe can not do this calculation.
I tried to make the condition flow as below, but the power automate did not accept it telling that 2 types of BalancedIncidents are in use, int and string~

