i am trying to run UiPath validator but i got this error
from this activity
Hi @imumeriqbal
Split
method has at least as many elements as you’re trying to access.The element which you are accesing does not conatin in that array
Can you check with your array length and the index of that assign
=
? …It is failing be ause as per your case filename should contain equals symbol and it does not have itpath.GetFilenamewithoutextension(path).Containd("=")
this can be used to check which returns true if present else false…us ethis in if condition have split only on the then sideHope this helps
Cheers