Hello!
Some transactions ‘out_Uload’ are not recognized. Execution stops at the last picture. What value should I write?
Thank you for letting us know.
Hello!
Some transactions ‘out_Uload’ are not recognized. Execution stops at the last picture. What value should I write?
Thank you for letting us know.
I believe your selector is too specific. You could fix this one of two ways:
Hopefully that helps!
Hello @hanbyeol
Try to use wildcards in selectors like * where you think values will change everytime you do the same steps, that will help you solve your problem i think.
Cheers!
Hi @hanbyeol
In your selector you are using **
Try using a single *
Thank you for your answer! I tried and I succeeded. <3