Facing Issue while issue Click activity

Hi All,
I am creating Automation for Teamcenter for create new part, after creation of part i want to classify that with particular classification number so i have selected TC104 Detailed drawing (2666751) but when running my flow next time, it changes the number you can see in Text Is. can anyone face same issue? how to tackle this issue ?

@sandeep.pund

you need to find the selector which contains the name you need..if not with the slector you have it picks any first classification it finds as the name is not defined

cheers

hi @sandeep.pund ,

While automating Teamcenter classification, the Click activity selector is unstable because it uses the full label TC104 Detail drawing (2666751) and the number in brackets changes every run.

Fix: open the selector and remove the dynamic part so it only uses the stable text, e.g. TC104 Detail drawing or a wildcard like TC104*. If needed, use an anchor on the parent node or find the tree item by text (contains TC104 Detailed drawing) and then click it.

i need with exact name so i will try with selector. :+1:

Yes, I am agreeing with you it changes the number every time. Now it is 2666752

@sandeep.pund

Replace selector text with TC104* wildcard

text=‘TC104*’

Set Accuracy 0.7-0.8