Question
1
Replies
4037
Views
Wells Fargo
Posted: March 5, 2018
Last activity: March 5, 2018
Closed
Solved
To check the parameter value exists as property in clipboard
Hi,
I have value called X present in the parameter- Y in activity. Now I have to check whether this X is present on the Workpage as a property. I am trying some java methods like mysteppage.contains(Y) and mysteppage.equals(Y). But those are not working. Any help is appreciated.
Thank you
***Updated by moderator: Lochan to add Categories***
HI Rakesh,
You can try with PropertyExists(String) function which checks the existence of the provided property on the current step page.
Hope this helps you.
Regards
Mahesh