Пікірлер
@jrossmm
@jrossmm Ай бұрын
Please note that you are not doing a Left Join but an Inner Join. The results in the example would be the same though.
@vitoriafontoura3670
@vitoriafontoura3670 3 ай бұрын
Hi! Hope you`re doing well. Is there any form to start a job with a specific machine or user via api?
@robobix
@robobix 2 ай бұрын
@vitoriafontoura3670 yes you can explore the swagger to get the required details. orchestratorUrl/swagger/index.html
@PRATHAMPATHARKAR
@PRATHAMPATHARKAR 3 ай бұрын
How to move multiple files from one folder to another
@efleon9
@efleon9 3 ай бұрын
Amazing way to teach! Thanks, sir!!!
@robobix
@robobix 3 ай бұрын
Most welcome!
@Litos138
@Litos138 4 ай бұрын
Good video but you need to buy a mic
@robobix
@robobix 4 ай бұрын
Thank you brother your feedback is much appreciated.
@moulee007
@moulee007 4 ай бұрын
where's for each row in spreadsheet activity?
@robobix
@robobix 4 ай бұрын
docs.uipath.com/activities/other/latest/productivity/google-workspace-sheets-for-each-row-connections
@rihem2502
@rihem2502 4 ай бұрын
hello i have a question i wanna know which model they use in sentiment analysis the name of the model ?
@robobix
@robobix 4 ай бұрын
Out of the box model.
@chiragpatel6204
@chiragpatel6204 4 ай бұрын
Hi there, thank u for the video. I am using orchestrator http request activity inplace of regular http activity. How can i delay the start job. I have to wait like 1 min before starting job on same machine.
@robobix
@robobix 4 ай бұрын
You mean you have already sent the command to start a job and for the second job you want to wait for a minute and then send the command to run?
@chiragpatel6204
@chiragpatel6204 4 ай бұрын
@@robobixyes. As i m using windows server for bot machines so it takes time to sign off the session. Now after api is called when another process start running on the same machine, the previous process is not yet finished signing off
@robobix
@robobix 3 ай бұрын
​@@chiragpatel6204 please confirm if both the processes are background process or foreground. If both are foreground then two processes can be run in parallel.
@Altuntadhi_manatho_
@Altuntadhi_manatho_ 4 ай бұрын
Hi I am trying to change the format to date time but it is giving error as string was not recognised as valid Date time. Could you please help?
@robobix
@robobix 4 ай бұрын
Hib brother can you please let me know the date string and the expected format that you want.
@UntoldStoriesUniverse
@UntoldStoriesUniverse 5 ай бұрын
Hi, Can you provide whole project source
@tharunreddy5678
@tharunreddy5678 8 ай бұрын
thank you. very important Activity
@robobix
@robobix 7 ай бұрын
Glad it was helpful!
@deepanaaruchamy
@deepanaaruchamy 8 ай бұрын
I am currently working image analysis in openai and getting response in uipath studio ....can u put some videos or give sample links it could be helpful for me
@suraj_singh321
@suraj_singh321 9 ай бұрын
Hi sir make a video on if my worflow contains various flowcgart under that flow decision is there any tip or trick to manage the flow decision nodes in proper way from unstructured joint nodes.
@robobix
@robobix 8 ай бұрын
This is a kind of cosmetics thing that you have to do on your own, you have to attach the flow decision threads in such a way that it does not look complicated.
@PiyushAgarwal08
@PiyushAgarwal08 9 ай бұрын
Tried following your methods from UiPath in postman, but it is sending a invalid request
@robobix
@robobix 9 ай бұрын
Which method is causing the issue?
@dhagechetan
@dhagechetan 3 ай бұрын
@@robobix token is generated but not getting complete token
@robobix
@robobix 3 ай бұрын
@dhagechetan can I see how you are getting the token?
@indhujamasilamani8110
@indhujamasilamani8110 Ай бұрын
Tried such a way. Initially it authenticated and got token but now it's showing invalid scope..
@shivramsingh595
@shivramsingh595 9 ай бұрын
Very informative video. have one doubt..my bot is running is production , if I update mail activities version(lower to higher version)from package manager does it affect something ?
@robobix
@robobix 9 ай бұрын
It should not affect the process by upgrading the packages for the existing workflow. Basically the new version comes with some patch updates.
@AshishKumar-dd1pi
@AshishKumar-dd1pi 9 ай бұрын
sir in 2nd write cell i have showing error "Write Cell Workbook: Object reference not set to an instance of an object." what i do
@robobix
@robobix 9 ай бұрын
At the write cell activity put a brake point and check whether the parameter you are passing to the write cell activity has values or not. means one of the variables is null or not initialized with value properly or some of the arguments are not passed
@suraj_singh321
@suraj_singh321 9 ай бұрын
Hi sir make a video on i had three different regex i used due to huge data in excel but in that if regex does not match it gives me null value that i donot want i want incorrecr value also to maintain in excel how to do it?
@robobix
@robobix 8 ай бұрын
Regex is kind of a thing which gives you the result based on the pattern matching, if the specific pattern you are looking for in a huge amount of data in that case it will return the pattern matching result else it can return some garbage or null value. but as per you requirement it seems you do not want the null values, so as an alternative what you can do is you can implement a if condition to check if you are getting the null value in that case you can assign some customized value as per you need.
@suraj_singh321
@suraj_singh321 8 ай бұрын
@@robobix in that case when regex not match i wamt that incorrect value as it is is it possible or need to do excel formulaes
@mayur2021
@mayur2021 10 ай бұрын
Please upload Part 2
@robobix
@robobix 10 ай бұрын
Please comment the specific topic related to this you want me to cover.
@suraj_singh321
@suraj_singh321 10 ай бұрын
Hi sir make a video on filtering specific datetime mails from outlook in uipath Example i wanna a filter yesterday mails from 7:00 pm to 8:30 pm in between
@robobix
@robobix 10 ай бұрын
There is the option to pass the specific date and time in the filter to read the email either you can do that way or you can read all the email and then validate the date and time
@aziilahjm7170
@aziilahjm7170 11 ай бұрын
I used excel application scope previously but need to find other alternative so i just used read range workbook. but got this error (Read Range: Your stream was neither an OLE2 stream, nor an OOXML stream.)
@robobix
@robobix 11 ай бұрын
You are using xls or xlsx file. Try Upgrading or downgrading the excel package and also restart the studio as well once.
@aziilahjm7170
@aziilahjm7170 11 ай бұрын
I'm using xls file. will try to upgrade or downgrade the excel package@@robobix
@LAHCEN-AGLAGAL2001
@LAHCEN-AGLAGAL2001 11 ай бұрын
tnx for the video
@robobix
@robobix 11 ай бұрын
Our pleasure!
@suraj_singh321
@suraj_singh321 11 ай бұрын
Hi sir how can we use regex in filteration of particular column in excel uipath dout
@robobix
@robobix 11 ай бұрын
may I know your requirements what exactly requirements, basically we can use System.RegularExpressions.Regex.Matches for regex filtration, now sure about your requirement.
@suraj_singh321
@suraj_singh321 11 ай бұрын
@@robobix i had one excel column with different formats need to filter that through regex ?
@robobix
@robobix 11 ай бұрын
@@suraj_singh321 you can use this expression dtInput.AsEnumerable().Where(Function(row) System.Text.RegularExpressions.Regex.IsMatch(row("ColumnName").ToString, "YourRegexPattern")).CopyToDataTable()
@QuickTale55
@QuickTale55 11 ай бұрын
can you help me about error “The process cannot access the file "path " because it is being used by another process.”
@robobix
@robobix 11 ай бұрын
Check if the file is not opened before accessing the file, this error occurs when the file is already opened and being used, in case if the file is closed and still you are getting an error make sure to kill the Excel and then try to read the file again.
@QuickTale55
@QuickTale55 11 ай бұрын
@@robobix How to kill the excel because it's only error when closed file. if excel alread opened it's no error.
@robobix
@robobix 11 ай бұрын
you can use Kill Process activity to kill the excel
@MsJsmith99
@MsJsmith99 11 ай бұрын
You are using the same Read Range activity for both parts. The Read Range under the App Integration has different parameters and the icon is different.
@thousandbirds6872
@thousandbirds6872 11 ай бұрын
Why is Select inside square brackets ?
@robobix
@robobix 11 ай бұрын
In the description you can see there are two expression first one is the vb.net expression where I have used the select method in the square brackets, usually in vb.net the square brackets [] are used for late binding, however in this context, it is used to access Select method.
@fayad99955
@fayad99955 Жыл бұрын
This is for loop Where is linq ????
@robobix
@robobix Жыл бұрын
Yes, it's faster than the normal join activity
@fayad99955
@fayad99955 Жыл бұрын
@@robobix You didn't use linq !! It's normal loop
@robobix
@robobix Жыл бұрын
@@fayad99955 ok boss, if you want this topic using Linq I will do a separate video on that
@fayad99955
@fayad99955 Жыл бұрын
@@robobix Thanks I'm waiting 😊
@vinaykumarmuli4319
@vinaykumarmuli4319 Жыл бұрын
Can you please explain the query how you have written?
@cddu2390
@cddu2390 Жыл бұрын
mail activity i am getting object reference not set to instance......but i provided everything said like in video
@robobix
@robobix Жыл бұрын
can you share the file to me over the email and ping me on the number given at the banner of the channel
@hemantdeshmukh8474
@hemantdeshmukh8474 Жыл бұрын
where i can get to know the logic and understanding behind this linq type
@robobix
@robobix Жыл бұрын
you can follow this learn.microsoft.com/en-us/dotnet/csharp/linq/
@anishkumar2175
@anishkumar2175 Жыл бұрын
Hi bro can i get your social handle i have some req in linq can you please help me
@robobix
@robobix Жыл бұрын
Hi @anishkumar2175, you can get the contact from the channel banner.
@ManeeshaManeesha-l3b
@ManeeshaManeesha-l3b Жыл бұрын
Hi, I am trying to transpose a 4*12 table and I am using the similar script as you mentioned, to create an array of strings "ExtractDataTable.AsEnumerable().Skip(0).Select(Function(y) y(0).ToString).ToArray()". But this script is trimming the first row and after transpose I am getting a table of 12*3. I have checked "Include headers" option in every excel activity.
@robobix
@robobix Жыл бұрын
Pls try the below query: ExtractDataTable.AsEnumerable().Select(Function(y) y(0).ToString).ToArray()
@yanheeultimate4210
@yanheeultimate4210 4 ай бұрын
@@robobix the header is not included.
@tobeymaguire8079
@tobeymaguire8079 Жыл бұрын
I cannot run the send the outlook massage activity. The error massage was: "Could not connect to Outlook. Please try to run both programs as Administrator ( or not as Administrator)."
@robobix
@robobix Жыл бұрын
These types of error occurs when there was another Office Installation. Please try to uninstall the unnecessary version and then run your code.
@suraj_singh321
@suraj_singh321 Жыл бұрын
Hi sir make a video on Excel transpose data from row to column or column to row uipath without macros where rows and columns are dynamic.
@robobix
@robobix Жыл бұрын
Video is already uploaded to transpose the datatable in case of dynamic column name you can give the index of columns instead of giving the name. Find the link below kzbin.info/www/bejne/eKTQmXSIm7N-psU
@ILEPMO
@ILEPMO Жыл бұрын
Hi, do you have the files you used in the video for download? Vs trying to replicate those will save time. Thank you
@affy2974
@affy2974 Жыл бұрын
Hi, Thanks for making videos on Gsuite Application Scope. Make more videos on read email, download an attachment using google workspace gmail activities please!
@robobix
@robobix Жыл бұрын
Thanks, Sure
@ayazshaikh4035
@ayazshaikh4035 Жыл бұрын
If the column value is null or empty then I don't want to remove
@robobix
@robobix Жыл бұрын
Apologies, what exactly your expectation is?
@suraj_singh321
@suraj_singh321 Жыл бұрын
Hi Robobix make a video on I had datatable as column 1 column 3 column 2 I want to rearrange as column 1 column 2 column 3 along with data in uipath help
@robobix
@robobix Жыл бұрын
Hi suraj_sing321 you can refer to this video kzbin.info/www/bejne/nWPPnaFmpbx1g80 here I have used the Dataview method that will give you the flexibility to rearrange the columns as per your requirements. dt.AsDataView().ToTable(False,"col1","col3","col2")
@EduardoSanchez-rm3in
@EduardoSanchez-rm3in Жыл бұрын
Well done, but I have a problem when run my POC, it says: You exceeded your current quota, please check your plan and billing details... any idea?
@robobix
@robobix Жыл бұрын
Have a look at this thread this will clarify your doubt help.openai.com/en/articles/6891831-error-code-429-you-exceeded-your-current-quota-please-check-your-plan-and-billing-details
@vimalmishra3421
@vimalmishra3421 11 ай бұрын
Create a new accounts and get free token or you can buy the token also.
@simmaj8255
@simmaj8255 Жыл бұрын
SIR, How To read Different excel sheets at a time
@robobix
@robobix Жыл бұрын
To read different sheets in a single shot is not possible, however, to read the different sheets you can get all the sheet name in a variable and then loop all the sheets and read it one by one
@sachinsreekumar6795
@sachinsreekumar6795 Жыл бұрын
this is to get first element after grouping. not unique
@robobix
@robobix Жыл бұрын
Yes
@Chaturvedi2562
@Chaturvedi2562 Жыл бұрын
Hi, Is it possible to get Region in Rows instead of column
@robobix
@robobix Жыл бұрын
Can I get your requirement?
@gughanraju5681
@gughanraju5681 Жыл бұрын
Helpful, thanks
@robinsonrex1280
@robinsonrex1280 Жыл бұрын
Please explain the syntax of the LInq statement. May I also request the Linq statements can be pasted in the description, so that we can study. Another problem I find in this video is that the advance editor is small, I can;t see much of the Linq stmt. please maximise the window. Thanks.
@robobix
@robobix Жыл бұрын
Hi @robinsonrex1, Thanks for your feedback we will make sure to explain the syntax next time. The linq query is already there in the description of the video.
@prabinchand3135
@prabinchand3135 Жыл бұрын
nice bro
@Vijay_0815
@Vijay_0815 Жыл бұрын
bro, can i collect datarow instead of data table in this same linq
@robobix
@robobix Жыл бұрын
Yes you can
@yasminhallie1801
@yasminhallie1801 Жыл бұрын
🙋 *Promo SM*
@sintomas
@sintomas Жыл бұрын
Hello, thanks. i think this is the most eficient way to do it. Do you know how can I convert a Dictionary to a Datatable, and if this can be done using LINQ too?
@robobix
@robobix Жыл бұрын
1. Build data table with two columns key and value. 2. For each loop for dictionary 3. for each item Add data row ArrayRow{item.key, item.value} output of build data table
@SrinivasReddy-fc5ol
@SrinivasReddy-fc5ol Жыл бұрын
Hi is it possible to filter the ORDER DATE column, like I need to filter for today date, I am using the function like "ExtractDataTable.AsEnumerable.Where(Function(r) r("Date").ToString.Contains((Now.ToString("MMM d"))).CopyToDataTable()" but the filter condition is not working as expected. So kindly help me.
@robobix
@robobix Жыл бұрын
Hi, Instead of Contains method you have to use Equals which will give you an accurate result.
@SrinivasReddy-fc5ol
@SrinivasReddy-fc5ol Жыл бұрын
@@robobix the date is not recognised dynamically... Even if we use contains or equals
@robobix
@robobix Жыл бұрын
@@SrinivasReddy-fc5ol could you please share your input and expected output over email I will try to create the solution and share it with you ☺
@srinivaschary-zg2lj
@srinivaschary-zg2lj Жыл бұрын
Thanks bro..worked for me....
@Sha22335
@Sha22335 Жыл бұрын
thank you