Invalid attribute in current Uinode

I got the above error. I am trying to get value attribute and Trying to match with customer I’d.
When I use get attribute, I get value “certain value” but when I run the process. It says tha above error and sometimes I get value.

Can I use customer value = attribute value inside flow decision to get check if both are equal.

@Samraat_Maharjan

Yes you can do that…

Can you check your selector first if it is correct…if it is coming sometimes and not later then its mostly the selector issue…

Open ui explorer try checking the selector…if you are using class attribute remember if multiple classes are present with comma separation the order might change sometimes…so either remove it and choose something else with is reliable or make it dynamic

Hope this helps

Cheers

It’s actually value attribute.

@Samraat_Maharjan

The attribute that you are getting is value…can you confirm the selector please…instead try using innertext and check…first if the selector is wrong then it might not get it

Tag must be input…

Cheers

Yes, it’s an input tag. And selector is valid as well.

There’s no inner text.
Should I check type = text?