Hi,
Thanks @kazurayam to suggest a great point that we should remove " " outside ${item}.
To my point of view, according to this reference: How to add If else command in recorder - #12 by zoe.lee, ${item} is right. There should be ${ } when item is a variable.
${item}=="abcde"
should work.
Don’t forget to put endIf to end the if statement.
Thank you!