Hi Beautiful people,
I am building a flow with a SharePoint list.
I have two field 1. teamLeaderDate and 2. managerDate both containing date in string type.
The idea here is, if one contain data other does not but we never know which contains data and which does not contains.
In my flow I have to check which field contains data and apply a conditional check on the data to send an email notification.
I have used following condition to check if the item is empty
If the condition meet
The idea I am using is if the managerDate is empty use the teamLeaderDate but after applying the first condition it is giving me an error of providing null value on second condition even though the data I have supplied on second condition have date value in it.
When I change first condition to something else the second condition does not throw an error but when I have this condition it throw an error of having null value.
Any help or suggestion will be appreciated.
Thanks
Narayan