Dynamic Selector not working on some items

Hello guys.

I am currently having an issue regarding Oracle.

"<webctrl aaname='" + StrBrandName + "' tag='SPAN' />"

It is working on most brands(e.g. Item 1, Item, Item2)
But it is not working on some brands (e.g. Item 12, Item 13, Item 14)

Please help. Thank you.

2 Likes

Hey @Milbert_Dacudao,

I also encountered the same issue as yours before.
I had a problem on spaces. Maybe the space is a tab or what.
So what I did was before the activity where you are using the current selector, please use an Assign activity first, then use this assignment:

StrBrandName = StrBrandName.Replace(" ", "*")

Please let me know if this works.

Thanks and regards,
Despi

6 Likes

Hi @Jan_Brian_Despi

Thank you. It worked!

2 Likes

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