let's learn : How to use Array variable in UiPath Automation Project
@vikaskumar-do7he2 жыл бұрын
Thnq sir
@crazyreactions1393 жыл бұрын
Best Video
@vikaskumar-do7he2 жыл бұрын
Thk sir
@kranthikumar17583 жыл бұрын
In assign can we do like this? ArrayFullNameAge={ArrFullName,strAge.ToString} By keeping variable declaration of strAge as string?
@akshaypaulkar Жыл бұрын
I am getting blank output after entering name and age
@jeevansadalge555 жыл бұрын
How to take input from users in form of integers and store in a array variable. I mean there should not be hard coded values but input numbers from user.
@puneetmalhotra82254 жыл бұрын
Hi Manish - I have some confusion here. Here Age is a number and you have taken variable type as "String" and its still showing the output. isnt, it should show error message stating incorrect variable dataType. Pls clarify
@UiPathRPA4 жыл бұрын
Yes. Age is integer but we have taken age as string to understand array.
@ponnanikhil96114 жыл бұрын
In assign box. Firstname and age not taking.error
@prashantpatil36355 жыл бұрын
Hello Thanks for video was able to work with it to some kind of output. Is there any video, which explain below like Can i search multiple value of array in one result string, I am using result.contains(oneserchvalue.trim) - it work fine but i need to change value from array one by one. But i have to search all array elements/value from StrArray(oneserchvalue, Twoserchvalue, 3searchvalue) in one GO. and give output if any of array value present in Result field i need to extract it
@UiPathRPA5 жыл бұрын
Can you please share the requirement? What is the input and what output do you want?
@prashantpatil36355 жыл бұрын
I have Array StrArray("ABCD" , "ZXCV" "1234" "aasd" "afgf" "rtrert" "rshusd") my Result String has (herent structure, allowing structure to emerge according to the needs of the users.[2] There are dozens of different wiki engines in use, both standalone and part of ABCDother software, ZXCVsuch as bug tracking systems. Some wiki engines are open source, whereas ZXCVothers are proprietary. ABCDSome permit control over different 1234functions (levels of access); for example, 1234editing rights may permit changing, adding, or removing material. Others may permit ZXCVaccess without enforcing access control. ZXCVOther rules may be imposed to organize content.) i get my output by passing one value at time from array and search in result string like Keyword= "ABCD" And Output = result.contains(Keyword.Trim) Challange here is, i am performing same activity 7 times i.e equal to number of arary elements values. by passing each Array value one by one Solution looking for is Something like search all Array values @ one time and get me result, if they are present in result string. My processing time will be saved Looking like Contains.Any of(array element ) OR Array.AnyOF() or if there is any other solution