cancel
Showing results for 
Search instead for 
Did you mean: 

Obtener Fila de Colección

LinaRocio
Level 4

Cordial Saludo

Quisiera saber, como puedo Extraer la fila de una colección para posterior a eso, escribir esos datos en un campo de una pagina web.
Esta es la fila de todos los radicados, que tengo que colocar en la pagina web:
36309.pngPagina Web, en la cual tengo que escribir la fila anterior:

36310.png
Quedo atenta,

1 BEST ANSWER

Best Answers

Hi Lina,

 

You can use a loop stage to traverse each row in the collection. Within the Loop stage, use a decision box to check if your 'Output Text' data item is empty or not. If it is empty, use a calculation stage to set the value of the current column in the collection, which in your case will be [Collection_Name.Filed] in the 'Output Text'.

 

If the 'Output Text' is not empty, use another calculation stage with an expression such as [Texto de salida] & NewLine() & [Collection_Name.Radicados]

 

Essentially, we are defining a logic in our workflow where we say that if the output text is empty, which means that the first look is entered, set the value of the current row directly, otherwise add the value of the current row with the previous values stored. After that, you can use the creation of any custom action to interact with your website, where you can simply pass this 'Output Text' data element that can be typed into that text field using the Writer stage or using Global Send Keys within the navigation stage.

 

Find the following screenshots for more details:


Inputs:
 

36304.png

36305.png

36306.png

36307.png

 

 Outputs:

36308.png

------------------------------
----------------------------------
Hope it helps you out and if my solution resolves your query, then please mark it as the 'Best Answer' so that the others members in the community having similar problem statement can track the answer easily in future

Regards,
Devneet
Mohanty
Intelligent
Process Automation Consultant | Sr. Consultant - Automation Developer,
Wonderbotz
India Pvt. Ltd.
Blue Prism Community MVP | Blue Prism 7x Certified Professional
Website
: https://devneet.github.io/
Email: devneetmohanty07@gmail.com


----------------------------------
------------------------------

----------------------------------
Hope it helps you out and if my solution resolves your query, then please provide a big thumbs up so that the others members in the community having similar problem statement can track the answer easily in future.

Regards,
Devneet Mohanty
Intelligent Process Automation Consultant | Technical Business Analyst,
WonderBotz India Pvt. Ltd.
Blue Prism Community MVP | Blue Prism 7x Certified Professional
Website: https://devneet.github.io/
Email: devneetmohanty07@gmail.com

----------------------------------

View answer in original post

1 REPLY 1

Hi Lina,

 

You can use a loop stage to traverse each row in the collection. Within the Loop stage, use a decision box to check if your 'Output Text' data item is empty or not. If it is empty, use a calculation stage to set the value of the current column in the collection, which in your case will be [Collection_Name.Filed] in the 'Output Text'.

 

If the 'Output Text' is not empty, use another calculation stage with an expression such as [Texto de salida] & NewLine() & [Collection_Name.Radicados]

 

Essentially, we are defining a logic in our workflow where we say that if the output text is empty, which means that the first look is entered, set the value of the current row directly, otherwise add the value of the current row with the previous values stored. After that, you can use the creation of any custom action to interact with your website, where you can simply pass this 'Output Text' data element that can be typed into that text field using the Writer stage or using Global Send Keys within the navigation stage.

 

Find the following screenshots for more details:


Inputs:
 

36304.png

36305.png

36306.png

36307.png

 

 Outputs:

36308.png

------------------------------
----------------------------------
Hope it helps you out and if my solution resolves your query, then please mark it as the 'Best Answer' so that the others members in the community having similar problem statement can track the answer easily in future

Regards,
Devneet
Mohanty
Intelligent
Process Automation Consultant | Sr. Consultant - Automation Developer,
Wonderbotz
India Pvt. Ltd.
Blue Prism Community MVP | Blue Prism 7x Certified Professional
Website
: https://devneet.github.io/
Email: devneetmohanty07@gmail.com


----------------------------------
------------------------------

----------------------------------
Hope it helps you out and if my solution resolves your query, then please provide a big thumbs up so that the others members in the community having similar problem statement can track the answer easily in future.

Regards,
Devneet Mohanty
Intelligent Process Automation Consultant | Technical Business Analyst,
WonderBotz India Pvt. Ltd.
Blue Prism Community MVP | Blue Prism 7x Certified Professional
Website: https://devneet.github.io/
Email: devneetmohanty07@gmail.com

----------------------------------