This is cool , I will make personalized productivity tracker app with uipath app! Thank you!😍
@ParthDoshiLearningByDoing3 жыл бұрын
That's a great idea!
@ArunKumar-uo9kg4 жыл бұрын
Great Parth
@ParthDoshiLearningByDoing4 жыл бұрын
Thank you Arun.
@javierdavidh Жыл бұрын
@Parth Doshi, Hi, I have a web scrapping process which feeds a datatable linked to a table in Uipath apps, but need to click a button to update the datatable, any way to configure autobindging for the datatable in uipath apps ? thanks !
@ParthDoshiLearningByDoing Жыл бұрын
On page load run that process if you don’t want user to trigger it by clicking a button: After that pass that output the web scrapping data table variable to UiPath Apps as an Out Argument. Second thing you can do is add the extracted data to Data Service and then UiPath Aps can read from there.
@rohanpanchal71798 ай бұрын
Sir how to add row index in lookup data table in output RowIndex cell?
@ParthDoshiLearningByDoing5 ай бұрын
You will have to create a variable RowIndex will be an output of lookup data table.
@vaishnavideshmukh41944 жыл бұрын
Hello Sir, Can we use multiple process in one robot
@ParthDoshiLearningByDoing4 жыл бұрын
Yes you can.
@vaishnavideshmukh41944 жыл бұрын
Actually It's giving an error they are saying that only one process can be run in one robot. Is there any other way to do that
@vinodreddy18663 жыл бұрын
@@vaishnavideshmukh4194 1front end bot and rest all can be backend bots
@FilmOrbit084 жыл бұрын
Can you please provide ui Path code
@poojapandit40434 жыл бұрын
Hello.. How can i show excel data in textbox one by one in loop using Uipath apps
@ramachandragummalla9100 Жыл бұрын
use read range activity for excel then store the obtained datatable to output datatable activity there output is stored in string , you can get all values