UiPath Tutorial 15- Invoke Workflow File Activity |How to Pass argument from one workflow to another

  Рет қаралды 42,746

Quality Assurance Lab

Quality Assurance Lab

Күн бұрын

Пікірлер: 63
@qualityassurancelab7764
@qualityassurancelab7764 4 жыл бұрын
Hi Guys! Hope you found this video useful. Please like, share and subscribe to my channel. This will motivate me to create more good contents. Thanks!
@muhammadhasan2698
@muhammadhasan2698 4 жыл бұрын
Pls keep creating more videos.
@yogeshwarsingh6768
@yogeshwarsingh6768 2 жыл бұрын
Mam I asked you plz help me
@aishaalbarqi7549
@aishaalbarqi7549 Жыл бұрын
Can you provide transelation for the channel's videos, please?
@siladityaganguli6125
@siladityaganguli6125 2 жыл бұрын
Thanks for the detail's discussion. it helped me a lot
@bydrew333
@bydrew333 8 ай бұрын
Thanks, this was very clear and helpful
@ManishSharma-mw4od
@ManishSharma-mw4od 4 жыл бұрын
Very nice. Thanks for sharing this
@raghvendrayadav830
@raghvendrayadav830 Жыл бұрын
awesome teaching😊
@ponnanikhil9611
@ponnanikhil9611 4 жыл бұрын
Simple video to understand ..thank you
@rpavietnamnguyentiengiang5408
@rpavietnamnguyentiengiang5408 2 жыл бұрын
i made a squense same your video until 8:50, but when i run debug, there were 2 error at addresult and subresult assingment.
@muzammil2927
@muzammil2927 3 жыл бұрын
Mam your just brilliant with the explanation, better than udemy better than anywhere else, I find this more soothing and easy to learn, trust me i went on udemy (not bad though) but your way is just amazing and I'm loving it thank you❤
@qualityassurancelab7764
@qualityassurancelab7764 3 жыл бұрын
Thank you so much, I am really glad to know that you found my videos helpful
@ramumilaram2398
@ramumilaram2398 3 жыл бұрын
excellent video.would you mind to make a video on API's that'd be very helpful...
@divyarvndrn
@divyarvndrn 2 жыл бұрын
Very clearly explained!
@dhavaldawarrior29
@dhavaldawarrior29 4 жыл бұрын
really helpful. Thank you.
@reddy4568
@reddy4568 3 жыл бұрын
20:08 in assign activity iam unable to get the local variable row, pls check this and give the solution
@qualityassurancelab7764
@qualityassurancelab7764 3 жыл бұрын
Hi, what do you mean by - unable to get the local variable row ? what issue you are facing?
@reddy4568
@reddy4568 3 жыл бұрын
@@qualityassurancelab7764 hi it was solved already
@mscoder9902
@mscoder9902 4 жыл бұрын
Thank you so much , clear explanation
@abhaygupta9941
@abhaygupta9941 4 жыл бұрын
Hi Thanks for the video, I am getting below error for assign activity where we change the object to integer type, I wrote in the same way as u did, Number1=cint(row("Num1")) Assign: Conversion from string "" to type 'Integer' is not valid.
@qualityassurancelab7764
@qualityassurancelab7764 4 жыл бұрын
Hi, could you please try Convert.ToInt32(System.Text.RegularExpressions.Regex.Replace((row("Num1").ToString,"[^0-9]",""))
@jepjepmananquil8633
@jepjepmananquil8633 3 жыл бұрын
I encountered the same error. What will I do with this? Thanks!
@rpavietnamnguyentiengiang5408
@rpavietnamnguyentiengiang5408 2 жыл бұрын
i had same problem.
@prabhukiran9099
@prabhukiran9099 3 жыл бұрын
excellent explanation...!
@themathgame5371
@themathgame5371 10 ай бұрын
i have a query how to invoke work flow files in web application automation
@JosephKihurani-z7u
@JosephKihurani-z7u Жыл бұрын
How does the Write activity know to start typing in from Cell C2 yet you pointed to A1 ? Secondly, suppose I want the answers to be filled in from Cell E2 with their respective headers also pushed by two columns so that columns C and D are empty of data ?
@EugeneLoisRapal
@EugeneLoisRapal Жыл бұрын
i guess it doesn't start typing in C2 i think it rewrites the entire datatable(with the new values) to the excel file starting from A1
@vishnupradhaban2189
@vishnupradhaban2189 2 жыл бұрын
I got value cannot be null paramater name source!! Any idea??
@yogeshwarsingh6768
@yogeshwarsingh6768 2 жыл бұрын
Hi mam I have an issue I am using uipath2022 community. in the activity for each row is not available under the data table what I need to do ? If I am using for each row in data table it's not working like you explained in all videos plz help me out from that I tried many times but can't plz plz
@jepjepmananquil8633
@jepjepmananquil8633 3 жыл бұрын
Hi! I have an error in the first "Assign" Num1 = cint(row("Number1")) Can you please help me? Thanks
@qualityassurancelab7764
@qualityassurancelab7764 3 жыл бұрын
What is the error? Have you made variable type of Num1 as Int32?
@citizengaming3138
@citizengaming3138 3 жыл бұрын
mam not able to proceed Body: Conversion from string "" to type 'Integer' is not valid. uipath i used this syntax- cint(row("number1")) cint(row("number2"))
@jankowalski8424
@jankowalski8424 2 жыл бұрын
is it really necessary to throw one invoke workflow into another so that they are visible to each other? I wanted the arguments to be passed from one invoke workflow to another, but not so that I nested one workflow in another. This can generate errors
@sunilqureshi3416
@sunilqureshi3416 2 жыл бұрын
Osm lecture mam please make more videos🙏🙏🙏🙏🙏🙏
@harmanjitsingh3453
@harmanjitsingh3453 2 жыл бұрын
Best Video
@rohitchauhan9987
@rohitchauhan9987 4 жыл бұрын
Can you make a vidoe on chatbot uipath with complete google dialogue flow?
@rohitchauhan9987
@rohitchauhan9987 4 жыл бұрын
Dialogflow
@trilogen
@trilogen Жыл бұрын
Question. At Main workflow when getting the argument back "Out_AddResult" do we have to assign that to "AddResult" variable or can we just use Out_AddResult instead?
@pankajchaturvedi5091
@pankajchaturvedi5091 Жыл бұрын
You need to catch the out_result into a variable. That variable can be a regular variable or an argument, upto you, but the result coming from a workflow needs to be stored somewhere
@johnmungandi4413
@johnmungandi4413 Жыл бұрын
Thank you very much
@pradeepreddy5682
@pradeepreddy5682 3 жыл бұрын
IN ASSIGN ACTIVITY DIVISION IS NOT WORKING (IN_NUM1 / IN_NUM2) AS SHOWING ERROR
@qualityassurancelab7764
@qualityassurancelab7764 3 жыл бұрын
may I know the error
@pradeepreddy5682
@pradeepreddy5682 3 жыл бұрын
@@qualityassurancelab7764 show error in value assign box(with blue mark)
@mdhasnain9675
@mdhasnain9675 4 жыл бұрын
Can you make a video on Orchestrator in Ui path
@qualityassurancelab7764
@qualityassurancelab7764 4 жыл бұрын
Here you go - Orchestrator Introduction - kzbin.info/www/bejne/eIi3f6Kpq52Girs Add items to queue in Orchestrator - kzbin.info/www/bejne/mmrXZoelg8ZoadE
@adarshjain2745
@adarshjain2745 3 жыл бұрын
Hi.. Can we get the codes to practice in real time?
@soniyafancyjewelleryboutiq4941
@soniyafancyjewelleryboutiq4941 3 жыл бұрын
hi can you please tell how to do multiplication 2*1=2 in notepad with do while activity in uipath?
@radhikamadhavakumar5167
@radhikamadhavakumar5167 3 жыл бұрын
thanks for the video.. helped a lot
@parthgoswami7231
@parthgoswami7231 4 жыл бұрын
How can i share uipath program to another computer ?
@qualityassurancelab7764
@qualityassurancelab7764 4 жыл бұрын
In the UiPath project folder, there will be .xaml files where you have designed your project. You can share that .xaml file to another computer. Moreover, you can also share your program over GIT/TFS/SVN from the Team option in UiPath
@martindiaz8149
@martindiaz8149 3 жыл бұрын
Thanks!!
@visumanelli107
@visumanelli107 2 жыл бұрын
Nice
@amitthapa6430
@amitthapa6430 10 ай бұрын
Good
@rajsunny7950
@rajsunny7950 3 жыл бұрын
Thank You madam.
@Prithve14_YT
@Prithve14_YT 4 жыл бұрын
upload more videos in uipath.thanks
@qualityassurancelab7764
@qualityassurancelab7764 4 жыл бұрын
Sure, I will upload more videos. You can checkout the latest video here on Config Files and dictionary - kzbin.info/www/bejne/raCloZWqaMaXeKc
@varadharajanduraisamy5992
@varadharajanduraisamy5992 3 жыл бұрын
You have done a great job. Only mistake is subtraction not substraction😊
@nvmama
@nvmama 3 жыл бұрын
love.. u AMMA
@abhisheksharma8413
@abhisheksharma8413 4 жыл бұрын
1 like 1 view.... Hii. Can you provide me online training???
@qualityassurancelab7764
@qualityassurancelab7764 4 жыл бұрын
Thanks Abhishek for the like. Currently I do not provide training, although, you can share your queries in the comment section or over the email at labqualityassurance@gmail.com
We Attempted The Impossible 😱
00:54
Topper Guild
Рет қаралды 54 МЛН
What is Extract Workflow | What is Invoke Workflow and Arguments
14:43
Automate with Rakesh
Рет қаралды 7 М.
UIPath - Passing arguments between workflow files
22:15
Quick Learn UIPath
Рет қаралды 6 М.
UiPath Arguments Passing
10:50
Automate with Rakesh
Рет қаралды 28 М.
How to Pass UiPath Arguments Example
12:19
Cameron McKenzie
Рет қаралды 10 М.
UiPath Invoke Workflow file Activity|UiPath RPA Tutorial
36:24
UiPath RPA
Рет қаралды 13 М.