I’m Brand new to UI Path and I’ve done some tutorials. My Issue is I’m trying to Uncheck a checkbox if it contains partial text. If it contains the full text it will uncheck it. I’m using Get attribute and searching for {If threshold is} but it will only work in an absolute like this {if threshold is $1000} but it won’t work if the $ amount is anything else. My next step is an If Statement that unchecks. I’ve tried using a wildcard but that’s not helping. Thoughts? Any help will be greatly appreciated. I’m excited to join this community!!
Do you mean $25 on web page is dynamic and check the checkbox even if 25 is changed, isn’t it?
If so, it’s necessary to tuning Selector of GetAttribute activity.
For example, as the following in strict selector.
Thank you Yoichi, I think we’re getting close. I was getting errors so I replaced the Get Attribute with this. Then I added the check/uncheck under the if statement. I ran it and it didn’t work. Thoughts?