I am facing an issue of ( If & Else ) Rule, which is execute after parameter change. Conditions as below.
/--------------------------------------------------------------------------------------------------------------
if TempLinkNo does not contain a value
then on Listname SmartObject, execute its Get List Items method ( configure )
else
then transfer data (configure)
-------------------------------------------------------------------------------------------------------------/
1.)
if TempLinkNo contain value then only else is working And
if TempLinkNo does not contain value then both are working IF & Else
2.)
When i remove this rule and again create new same like this then condition is working properly Either TempLinkNo is contain Value or Not.
But After 1 or 2 Hours this condition will automatically stop working properly and again it will be come same as before condition, mean IF & Else start working together Either condition is True or False.
I am facing this Issue last 3 days and during these day i have minimum 8 time removed this rule and re-create it but its work for minimum 1 or 2 hours.
Please let me know why is happening...