Hi guys
I’m going to make a robot that searches XML files for download always from the previous day, and it has to do this in 3 options of a dropdown list, how do I make it repeat the search for all options in the dropdown list?
I saw that the Select Item activities works for the drop down list.
then it will search by date select an option from the dropdown list and download the result and that for each option from the dropdown.
Hello,
If you know the 3 options, then you can store them in a list. Iterate through the list and give the list value as input to the select item activity.
It should work
thank you for the help
I’m moving forward, follow your suggestion and create a list with the 3 options and I used “For Each Row”.
Now I just need to make him type in the search always the date of the previous day
Gokul001
(Gokul Balaji)
March 3, 2022, 6:38am
4
HI @Rodrigo_Buch
After the Select the item from the drop down.
You need to enter the periodo inicial & periodo final value Right?
You need to enter the previous date.
If Yes
Use Type into Activity
Indicated the periodo inicial Field
DateTime.Now.AddDays(-1).ToString("dd-MM-yyyy")
dd-MM-yyyy → Based on you format you can change
As same as periodo final
Regards
Gokul
2 Likes
Thanks
Gokul Balaji
It worked! the robot is practically finished, now where do I see a more specific article to put it into production?
I’m using the UiPath Community and I plan to put the robot on a machine on my local network.
Hello @Rodrigo_Buch ,
You have to use Orchestrator.
Hope this helps you
Gokul001
(Gokul Balaji)
March 4, 2022, 4:30am
7
HI @Rodrigo_Buch
Do you have License?
https://licensing.uipath.com/
Kindly close this topic and create an new topic for this query other user may confused
Regards
Gokul
Thank you Angel
I managed to publish my robot.
Tank you Gokul.
You’re right, I’m closing the topic.
Gokul001
(Gokul Balaji)
March 4, 2022, 11:24am
10
HI @Rodrigo_Buch
Apology for asking you have marked solution to your reply !
Could you mark solution to my post!
Forum FAQ - How to mark a post as a solution
This document is part of our beginners guide .
This article will teach you how to properly mark a post as a solution.
We were closely following our last UiPath Forum feedback round! topic and carefully extracted all the bits of feedback that was provided. As such, we would like to tackle the topic of solutions on our Forum and how to properly use them.
When is the topic resolved?
The topic can be considered resolved when the topic author has fo…
Regards
Gokul
system
(system)
Closed
March 7, 2022, 11:24am
11
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.