I am having a problem with an IF statement that is not working properly.
Background
Within the excel application scope, I write a message from previous steps
*If the error message contains Sales Price data the workflow should follow the THEN path
Issue
The ELSE path is always followed despite the IF condition containing the matching for the matching text
*Strange observation: If row 1 contains matching text before starting the application it will execute properly
Trouble shooting
*I added a log message activity where I confirm that the text exists exactly as referenced in the IF condition
I suspect that the If statement is not referencing the current row but the row above the current row?
Hey @MF.RPA!! From what I understand from your workflow, when reading the value of the column “AS400 Error” you get the string “No Price”. Following image: