Need value from if statement

Hello, i need the value from the If statement, S.key but im not sure how to get it since im new to UIPath.

Hi @Lexaa,

Instead of using one for-loop and a function in if-statement condition, you could use two for-loop activities and then using if-statement and assign activity to fetch the s.key?

Regards

John Michael

s.key only exists in your ad hoc function within that expression. If you want to know WHICH word it found from OrderWordsList you have to For Each through OrderWordsList to check one word at a time.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.