Resolved! "If" condition in Flow Designer is evaluating as false every time. even though, it has to evaluate true. In Action it is returning "True" but in flow designer it is always returning "False" even the condition met
I have a requirement to create a task if date field is empty. I have created an custom Action and it is returning true when date is empty which is correct but, when I called the same Action in the flow it is always returning false value which has to ...