26-04-22 12:06 AM
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:
Pagina Web, en la cual tengo que escribir la fila anterior:
Quedo atenta,
Answered! Go to Answer.
26-04-22 05:58 AM
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:
Outputs:
------------------------------
----------------------------------
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,
DevneetMohanty
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
----------------------------------
------------------------------
26-04-22 05:58 AM
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:
Outputs:
------------------------------
----------------------------------
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,
DevneetMohanty
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
----------------------------------
------------------------------