Hello All,
I have created a site workflow thats copies the data to FileNet based on some conditions. I am having trouble with Run-if condition statements.
Steps:
1. Calculating the date condiiton(Retention policy = 4 years)
2. Querying list - Collecting all the ID's that are satisfying the conditions and storing it in collection variable
3. For each loop - storing the ID's output in List Item id variable
4. Query list - filtering the items based on above id(store result in) and getting all the properties of the item and storing them in a variable.

5. Now using a switch and multiple run-if's below it(each run if is for a different VarRSC output so it can map to appropriate FileNet class)

Made many possible changes to the above condition and tested all throws the same below error
when i schedule it

And when i am disabling the run-if and using a email notification to test the workflow everything is working fine.

Need help with this.
Thanks